From d9b6fcf49fe1aecaba130ecb641cc511ea3400da Mon Sep 17 00:00:00 2001 From: Sakura Ryoko Date: Thu, 7 Nov 2024 20:09:59 -0500 Subject: [PATCH] version bump --- gradle.properties | 6 +++--- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2091053a4..014edba8b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,11 +9,11 @@ author = masa mod_file_name = tweakeroo-fabric # Current mod version -mod_version = 0.21.51-sakura.1 +mod_version = 0.21.51 # Required malilib version -malilib_version = 0.21.1-sakura.3 -malilib_id = 5eeca46223 +malilib_version = 0.21.1 +malilib_id = 7d6bd0b3bc # Minecraft, Fabric Loader and API and mappings versions minecraft_version_out = 1.21 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e80de043b..2e642e79d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,6 +34,6 @@ "depends": { "minecraft": ">=1.21 <=1.21.1", - "malilib": ">=0.21.1-sakura.3" + "malilib": ">=0.21.1" } }