From 7e3fdf6f15a20c542beaa5d8b5f8e7ec5d618456 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Mon, 10 Jun 2024 10:37:25 +0100 Subject: [PATCH] build: version -> 2006.1.1, changelog updated --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edff620a..2b1f88ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2006.1.1] + +### Fixed +* Fixed the sidebar map buttons ignoring any GameStages restrictions in force + ## [2006.1.0] ### Changed diff --git a/gradle.properties b/gradle.properties index 6c1f538d..6eea1869 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.daemon=false mod_id=ftbchunks archives_base_name=ftb-chunks maven_group=dev.ftb.mods -mod_version=2006.1.0 +mod_version=2006.1.1 mod_author=FTB Team minecraft_version=1.20.6