diff --git a/gradle.properties b/gradle.properties index 79534ea..7648344 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,6 +8,6 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.14.0 # Mod Properties - mod_version = 1.0.0 + mod_version = 1.0.1 maven_group = io.github.apple502j archives_base_name = fiveonefouroneeight diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a471647..8bbf301 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "fiveonefouroneeight", - "version": "${version}", + "version": "1.0.1", "name": "FiveOneFourOneEight", "description": "Allow changing option values outside the vanilla limit using options.txt", @@ -22,7 +22,7 @@ "accessWidener" : "fiveonefouroneeight.accesswidener", "depends": { "fabricloader": ">=0.14.0", - "minecraft": "1.19.x", + "minecraft": ">=1.19.0", "java": ">=17" } }