diff --git a/gradle.properties b/gradle.properties index c1a4e16fe..462b5a3e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,11 +9,11 @@ author = masa mod_file_name = tweakeroo-fabric # Current mod version -mod_version = 0.19.999-sakura.9 +mod_version = 0.19.999-sakura.10 # Required malilib version -malilib_version = 0.18.999-sakura.5 -malilib_id = 395feee803 +malilib_version = 0.18.999-sakura.6 +malilib_id = 211b0d2fed # Minecraft, Fabric and mappings versions minecraft_version_out = 1.20.6 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1c15af3d3..534f01d7b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,6 +34,6 @@ "depends": { "minecraft": ">=1.20.5", - "malilib": ">=0.18.999-sakura.5" + "malilib": ">=0.18.999-sakura.6" } }