diff --git a/build.properties b/build.properties index 661b7cc..18bb0bc 100644 --- a/build.properties +++ b/build.properties @@ -1,6 +1,6 @@ mod_name=TinkerSurvival modid=tinkersurvival -mod_version=1.1.0.1 +mod_version=1.1.0.2 last_mod_version=1.0.1.20 cf_release_type=release minecraft_version=1.12.2 diff --git a/files/updates.json b/files/updates.json index 802d5aa..ab95f66 100644 --- a/files/updates.json +++ b/files/updates.json @@ -1,6 +1,7 @@ { "homepage": "https://minecraft.curseforge.com/projects/tinkersurvival", "1.12.2": { + "1.1.0.2": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.1.0.2", "1.1.0.1": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.1.0.1", "1.0.1.20": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.0.1.20", "1.0.1.19": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.0.1.19", @@ -15,7 +16,7 @@ "1.0.0.23": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.0.0.23" }, "promos": { - "1.12.2-latest": "1.1.0.1", - "1.12.2-recommended": "1.1.0.1" + "1.12.2-latest": "1.1.0.2", + "1.12.2-recommended": "1.1.0.2" } }