From 34679ea3850741516122c39f8adb50e7eb92f614 Mon Sep 17 00:00:00 2001 From: Noaaan Date: Sat, 24 Aug 2024 22:31:49 +0200 Subject: [PATCH] Bump version, update patchnotes --- PATCHNOTES.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/PATCHNOTES.md b/PATCHNOTES.md index 59c03e40..9d00db52 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,3 +1,8 @@ +# 0.20.1 + +- Fixed a bug where mining levels did not apply +- Fixed an error related to the `incorrect_For_unobtainium_alloy_tools` tag + # 0.20.0 The changelog for this one is huge. diff --git a/gradle.properties b/gradle.properties index c2d398b6..95f0cd55 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.20.0+1.21 +mod_version = 0.20.1+1.21 maven_group = nourl.mythicmetals archives_base_name = mythicmetals