From 10143e38d857cc8fe596c6405d3ef1c01e41337a Mon Sep 17 00:00:00 2001 From: Wendall Cada Date: Tue, 19 Jun 2018 15:39:31 -0700 Subject: [PATCH] Release 1.1.0.1 --- build.gradle | 1 + build.properties | 2 +- files/updates.json | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 98e1d9c..7d8218a 100644 --- a/build.gradle +++ b/build.gradle @@ -110,6 +110,7 @@ curseforge { relations { requiredLibrary 'mantle' requiredLibrary 'tinkers-construct' + optionalLibrary 'constructs-armory' optionalLibrary 'tinkers-tool-leveling' optionalLibrary 'tough-as-nails' } diff --git a/build.properties b/build.properties index 29d41c9..661b7cc 100644 --- a/build.properties +++ b/build.properties @@ -1,6 +1,6 @@ mod_name=TinkerSurvival modid=tinkersurvival -mod_version=1.1.0.0 +mod_version=1.1.0.1 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 0d49b73..802d5aa 100644 --- a/files/updates.json +++ b/files/updates.json @@ -1,7 +1,7 @@ { "homepage": "https://minecraft.curseforge.com/projects/tinkersurvival", "1.12.2": { - "1.1.0.0": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.1.0.0", + "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", "1.0.1.17": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.0.1.17", @@ -15,7 +15,7 @@ "1.0.0.23": "https://github.com/wendall911/TinkerSurvival/releases/tag/1.0.0.23" }, "promos": { - "1.12.2-latest": "1.1.0.0", - "1.12.2-recommended": "1.1.0.0" + "1.12.2-latest": "1.1.0.1", + "1.12.2-recommended": "1.1.0.1" } }