From 096318b261edb7ff88d5823ec81c5e621a32e431 Mon Sep 17 00:00:00 2001 From: Sakura Ryoko Date: Mon, 16 Dec 2024 22:49:33 -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 003c3012c..6cdcf4032 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ author = masa mod_file_name = tweakeroo-fabric # Current mod version -mod_version = 0.21.55-sakura.6 +mod_version = 0.21.55-sakura.7 # Required malilib version -malilib_version = 9d0f8df3ae +malilib_version = 645a31d7d8 # 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 5376a722b..157bd23da 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.5-sakura.4" + "malilib": ">=0.21.5-sakura.5" } }