diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-09-10 09:29:30 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-09-10 09:29:30 +1000 |
commit | 4d8395704802fd408a3380e75bf6b016ce6729e4 (patch) | |
tree | 80dcdd7bbcbf0aec9caeb6e1109871c11d0c4b4c | |
parent | ae6bc440c98ae4eaa2a166c4a8b06e8feb51b03e (diff) | |
download | GT5-Unofficial-4d8395704802fd408a3380e75bf6b016ce6729e4.tar.gz GT5-Unofficial-4d8395704802fd408a3380e75bf6b016ce6729e4.tar.bz2 GT5-Unofficial-4d8395704802fd408a3380e75bf6b016ce6729e4.zip |
^ Version Bump.
-rw-r--r-- | Recommended.txt | 2 | ||||
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | src/Java/gtPlusPlus/core/lib/CORE.java | 2 | ||||
-rw-r--r-- | src/resources/mcmod.info | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Recommended.txt b/Recommended.txt index 6d41a2f99b..37d3262689 100644 --- a/Recommended.txt +++ b/Recommended.txt @@ -1 +1 @@ -1.5.9-release
\ No newline at end of file +1.6.01-release
\ No newline at end of file diff --git a/build.gradle b/build.gradle index 1d1a1df61b..2d7dd5cea1 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ sourceCompatibility = 1.7 targetCompatibility = 1.7 archivesBaseName = "GT-PlusPlus" -version = "1.6.0-release" +version = "1.6.01-release" minecraft.version = "1.7.10-10.13.4.1448-1.7.10" task sourceJar(type: Jar) { diff --git a/src/Java/gtPlusPlus/core/lib/CORE.java b/src/Java/gtPlusPlus/core/lib/CORE.java index 1381afb9e9..61d86603e2 100644 --- a/src/Java/gtPlusPlus/core/lib/CORE.java +++ b/src/Java/gtPlusPlus/core/lib/CORE.java @@ -32,7 +32,7 @@ public class CORE { public static final String name = "GT++"; public static final String MODID = "miscutils"; - public static final String VERSION = "1.6.0-release"; + public static final String VERSION = "1.6.01-release"; public static String MASTER_VERSION = NetworkUtils.getContentFromURL("https://raw.githubusercontent.com/draknyte1/GTplusplus/master/Recommended.txt").toLowerCase(); public static String USER_COUNTRY = GeoUtils.determineUsersCountry(); public static boolean isModUpToDate = Utils.isModUpToDate(); diff --git a/src/resources/mcmod.info b/src/resources/mcmod.info index 5f00a6645e..f4601ee942 100644 --- a/src/resources/mcmod.info +++ b/src/resources/mcmod.info @@ -5,7 +5,7 @@ "description": "Adds a few various Multiblocks, Machines, etc to Gregtech and a plethora of other mods (Nearly 30!)", "credits": "", "logoFile": "", - "version": "1.6.0-release", + "version": "1.6.01-release", "mcversion": "1.7.10", "url": "https://github.com/draknyte1/GTplusplus/wiki", "updateUrl": "https://github.com/draknyte1/GTplusplus/releases/latest", |