From a4f4e0a78d913b9ddc90f258a93f3f78bf40cf9a Mon Sep 17 00:00:00 2001 From: Wendall Cada Date: Sat, 23 Jun 2018 15:28:37 -0700 Subject: [PATCH] Release 1.1.0.4 --- build.properties | 4 ++-- files/updates.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.properties b/build.properties index 5668238..2bd8ba2 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ mod_name=TinkerSurvival modid=tinkersurvival -mod_version=1.1.0.3 -last_mod_version=1.1.0.2 +mod_version=1.1.0.4 +last_mod_version=1.1.0.3 cf_release_type=release minecraft_version=1.12.2 minecraft_short_version=1.12 diff --git a/files/updates.json b/files/updates.json index 82eb29b..57a16c5 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.4": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.1.0.4", "1.1.0.3": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.1.0.3", "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", @@ -17,7 +18,7 @@ "1.0.0.23": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.0.0.23" }, "promos": { - "1.12.2-latest": "1.1.0.3", - "1.12.2-recommended": "1.1.0.3" + "1.12.2-latest": "1.1.0.4", + "1.12.2-recommended": "1.1.0.4" } }