From 1bf68691da691445dd84747786c72c2e48c76f1d Mon Sep 17 00:00:00 2001 From: Jozufozu Date: Sat, 10 Jul 2021 13:06:18 -0700 Subject: [PATCH] Bump version - 0.1.0 --- changelog.txt | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 51c60fb62..e1c78e5fa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +0.1.0: +Fixes + - Render layer events are always dispatched, even when the backend is disabled + - Fix a crash when light updates occur close to the world height + - Fix issue with optifine shaders + - Fix PartialModels not being initialized + 0.0.3: New - Include the logo in the mod diff --git a/gradle.properties b/gradle.properties index da9c12f49..ca26875c7 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.0.3 +mod_version=0.1.0 mc_update_version=1.16 minecraft_version=1.16.5 forge_version=36.0.42