From 3ec9467e654bacb6f5ecb9e72828b1d7cdbb1eae Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Sat, 1 Apr 2023 11:52:35 +0200 Subject: [PATCH] Bump version to 4.0.6-SNAPSHOT --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e11dd9f..14a2a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 4.0.6-SNAPSHOT + ### 4.0.5 - Fix unloading of block entities without "Disable Block Entities" (#142) - Fix crash when Sodium chunk_rendering mixins are disabled (#143) diff --git a/gradle.properties b/gradle.properties index 2923667..1ec932f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx2G loaderVersion=0.14.17 # Mod Properties - modVersion = 4.0.5 + modVersion = 4.0.6-SNAPSHOT mavenGroup = de.johni0702.minecraft archivesBaseName = bobby github.owner = johni0702