aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-06-20 16:33:59 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-06-20 16:33:59 +1000
commitacea828b966e5f10724a93e4b0c49904a76680a0 (patch)
tree6b171bb6282bb2faf88cd8d50406ee31804b49bb /build.gradle
parent4289786d515bace279ad875b301d20a58a5515ae (diff)
downloadGT5-Unofficial-acea828b966e5f10724a93e4b0c49904a76680a0.tar.gz
GT5-Unofficial-acea828b966e5f10724a93e4b0c49904a76680a0.tar.bz2
GT5-Unofficial-acea828b966e5f10724a93e4b0c49904a76680a0.zip
+Added More Mod Checks, so things only load when they're meant to :D
+Added Version log on startup. +Bumped Build version and the latest release is available.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 1eadb1aa8e..ccd26eabd3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,7 +40,7 @@ sourceCompatibility = 1.7
targetCompatibility = 1.7
archivesBaseName = "MiscUtils"
-version = "1.2.0"
+version = "1.2.2"
minecraft.version = "1.7.10-10.13.4.1448-1.7.10"
task sourceJar(type: Jar) {