From a3c92cdf5869e16bf4b04bbf6863403d82bb7781 Mon Sep 17 00:00:00 2001 From: Jozufozu Date: Tue, 14 Sep 2021 13:36:06 -0700 Subject: [PATCH] Bump version --- changelog.txt | 10 +++++++++- gradle.properties | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 958eaca7f..0dbf094bd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,15 @@ +0.2.4: + +Fixes + - Partially fix compatibility issues with sodium-forge + note: full compatibility is waiting on https://github.com/spoorn/sodium-forge/pull/175 +Technical/API + - Add separate xyz scaling function to TransformStack interface. + 0.2.3: Fixes - Fix crash moving a deleted LightVolume -Technical/API: +Technical/API - Alter BeginFrameEvent to enable compatibility with optifine shadows 0.2.2: diff --git a/gradle.properties b/gradle.properties index 86775ac82..c7b3522aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false # mod version info -mod_version=0.2.3 +mod_version=0.2.4 mc_update_version=1.16 minecraft_version=1.16.5 forge_version=36.1.66