From 793783fe83d70b2bd97e820d2f98e9ba19be3b00 Mon Sep 17 00:00:00 2001 From: Sakura Ryoko Date: Mon, 16 Dec 2024 22:45:11 -0500 Subject: [PATCH] Bump Version --- gradle.properties | 4 ++-- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 53e4b0cec..f08738376 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-sakura.5 +mod_version = 0.23.0-sakura.6 # Required malilib version -malilib_version = 975d68adf7 +malilib_version = b41a9d0fa3 # 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 b0440d129..f3f429a1d 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-sakura.3" + "malilib": ">=0.23.0-sakura.4" } }