From 7065f741b3dfb4ab8ff1f3ba01b2f5110b7fd52f Mon Sep 17 00:00:00 2001 From: Noaaan Date: Sat, 8 Mar 2025 17:46:51 +0100 Subject: [PATCH] Bump version, update PATCHNOTES.md --- PATCHNOTES.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/PATCHNOTES.md b/PATCHNOTES.md index 6466a795..ecdcf7e4 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,3 +1,7 @@ +# 0.22.1 + +- Fix a crash when using Lava Buckets in a Dispenser (#285) + # 0.22.0 ## Texture Changes diff --git a/gradle.properties b/gradle.properties index 326c6102..37cbd6b8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.21+build.2 loader_version=0.15.11 # Mod Properties -mod_version = 0.22.0+1.21 +mod_version = 0.22.1+1.21 maven_group = nourl.mythicmetals archives_base_name = mythicmetals