From f6b2bc1fb52de05a75b696a3ab049455f41bac33 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Mon, 15 Dec 2025 20:56:38 +0000 Subject: [PATCH] 1.0.1 --- build.gradle | 2 +- gradle.properties | 2 +- src/main/resources/META-INF/mods.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index ad4dda2..8124fb8 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'net.minecraftforge.gradle' version '[6.0,6.2)' } -version = '1.0.0'//'1.20.1-1.0.0' +version = '1.0.1'//'1.20.1-1.0.1' group = 'xyz.nearmisses.patience' base { diff --git a/gradle.properties b/gradle.properties index cff63db..d3b1255 100644 --- a/gradle.properties +++ b/gradle.properties @@ -48,7 +48,7 @@ mod_name=MC Rebalance # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=GPLv3 # The mod version. See https://semver.org/ -mod_version=1.0.0 +mod_version=1.0.1 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index d8e34fd..dd6d75c 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -20,7 +20,7 @@ license="${mod_license}" # The modid of the mod modId="mc_rebalance" #mandatory # The version number of the mod -version="1.0.0" #mandatory +version="1.0.1" #mandatory # A display name for the mod displayName="Minecraft Rebalance" #mandatory # A URL to query for updates for this mod. See the JSON update specification https://docs.minecraftforge.net/en/latest/misc/updatechecker/