diff --git a/gradle.properties b/gradle.properties index 97259e6..f391802 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.14.14 # Mod Properties - mod_version = 1.1.1+mc1.19.2 + mod_version = 1.1.2+mc1.19.2 maven_group = net.aleganza archives_base_name = plenty-of-armors diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 962de8c..c0209ad 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "plentyofarmors", - "version": "1.1.1", + "version": "1.1.2", "name": "Plenty Of Armors", "description": "Add many unique Armor Sets to your gameplay!", @@ -10,7 +10,7 @@ "rickorso" ], "contact": { - "homepage": "https://fabricmc.net/", + "homepage": "https://www.curseforge.com/minecraft/mc-mods/plenty-of-armors", "sources": "https://github.com/aleganza/Plenty-Of-Armors" },