From da47f2f4c341ae639a7c177c5afae6fd81c3196d Mon Sep 17 00:00:00 2001 From: Wendall Cada Date: Sun, 3 Jun 2018 08:24:40 -0700 Subject: [PATCH] Release 1.0.1.15 --- build.properties | 4 ++-- files/updates.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.properties b/build.properties index 37dff55..fd0c9cb 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ mod_name=TinkerSurvival modid=tinkersurvival -mod_version=1.0.1.14 -last_mod_version=1.0.1.13 +mod_version=1.0.1.15 +last_mod_version=1.0.1.14 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 d0b68e2..bd17447 100644 --- a/files/updates.json +++ b/files/updates.json @@ -1,6 +1,7 @@ { "homepage": "https://minecraft.curseforge.com/projects/tinkersurvival", "1.12.2": { + "1.0.1.15": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.0.1.15", "1.0.1.14": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.0.1.14", "1.0.1.13": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.0.1.13", "1.0.1.12": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.0.1.12", @@ -9,7 +10,7 @@ "1.0.0.23": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.0.0.23" }, "promos": { - "1.12.2-latest": "1.0.1.14", - "1.12.2-recommended": "1.0.1.14" + "1.12.2-latest": "1.0.1.15", + "1.12.2-recommended": "1.0.1.15" } }