diff --git a/gradle.properties b/gradle.properties index 9d6be8439f..888ce8545d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ author = masa mod_file_name = litematica-fabric # Current mod version -mod_version = 0.19.56-sakura.7 +mod_version = 0.19.56 # Required malilib version -malilib_version = 1.21-0.21.7-sakura.6 +malilib_version = 1.21-0.21.7 # 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 766f3b08ea..1b4ed22228 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,6 +35,6 @@ "depends": { "minecraft": ">=1.21 <=1.21.1", - "malilib": ">=0.21.7-sakura.6" + "malilib": ">=0.21.7" } }