diff --git a/build.gradle b/build.gradle index fad2972..4533ef3 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id 'org.parchmentmc.librarian.forgegradle' version '1.+' } -version = '1.0.1'//'1.20.1-1.0.1' +version = "${mod_version}" group = 'xyz.nearmisses.patience' base { diff --git a/gradle.properties b/gradle.properties index d3b1255..20d1ebb 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.1 +mod_version=1.0.2 # 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 dd6d75c..7331b85 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.1" #mandatory +version="${mod_version}" #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/