From 09712e7ac26bda48c32f372ae23fe06d100eabc4 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Mon, 11 Nov 2024 10:34:52 +0000 Subject: [PATCH] build: version -> 2101.1.6, changelog updated --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc5d39..b297fa2 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). +## [2101.1.6] + +### Fixed +* Fixed cross-mod compat issue causing crashes under some situations when players join + ## [2101.1.5] ### Changed diff --git a/gradle.properties b/gradle.properties index 133fb1b..c7459d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.daemon=false # Mod mod_id=ftblibrary readable_name=FTB Library -mod_version=2101.1.5 +mod_version=2101.1.6 mod_author=FTB Team # Maven archives_base_name=ftb-library