diff --git a/gradle.properties b/gradle.properties index f49df61..f3b0fd6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,9 +4,9 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false jar_name=handles minecraft_version=1.14.4 -mod_version = 1.0.1 +mod_version = 3.0.0 # Deps jei_version=6.0.0.29 -cct_version=1.89.1 +cct_version=1.89.2 tm_tag=1.3.1-Release diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index a5b48f5..b9f36aa 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -8,7 +8,7 @@ issueTrackerURL="https://github.com/LotuxPunk/Handles/issues" #optional # The modid of the mod modId="handles" #mandatory # The version number of the mod - there's a few well known ${} variables useable here or just hardcode it -version="1.0.1" #mandatory +version="3.0.0" #mandatory # A display name for the mod displayName="Handles" #mandatory # A URL to query for updates for this mod. See the JSON update specification