From 6ed1dbd6b7a39bdc41297b693ec30c92e06b9b51 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Fri, 21 Jun 2024 15:25:45 +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 6b88623d..f63e930d 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 chapter and chapter group creation popups moving in and out with the chapter panel when it's not pinned. + # [2006.1.0] ### Changed diff --git a/gradle.properties b/gradle.properties index 3e092d76..8c707c2b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ maven_group=dev.ftb.mods mod_author=FTB Team # Build time -mod_version=2100.1.0 +mod_version=2100.1.1 minecraft_version=1.21