From c1e01d5957ddad12a3e6ba1bab2e26e272ce5729 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Thu, 28 Nov 2024 15:18:29 +0000 Subject: [PATCH] build: version -> 2001.3.4, changelog updated --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0735e78e..694282dd 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). +## [2001.3.4] + +### Fixed +* Fixed minimap info text not being correctly configurable + ## [2001.3.3] ### Fixed diff --git a/gradle.properties b/gradle.properties index c673c538..60066fd2 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=2001.3.3 +mod_version=2001.3.4 mod_author=FTB Team minecraft_version=1.20.1