diff --git a/gradle.properties b/gradle.properties index 737e30e91..a7d9a4b5a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ author = masa mod_file_name = tweakeroo-fabric # Current mod version -mod_version = 0.23.0 +mod_version = 0.23.1 # Required malilib version -malilib_version = b7e325800e +malilib_version = 1.21.4-0.23.1 # Minecraft, Fabric Loader and API and mappings versions minecraft_version_out = 1.21.4 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 90a24d2fb..cb749c39d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,6 +34,6 @@ "depends": { "minecraft": "1.21.4", - "malilib": ">=0.23.0" + "malilib": ">=0.23.1" } }