aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-08-27 15:44:16 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-08-27 15:44:16 +1000
commita39eeb625ab6c827d98b030a1ffa76c3ef1eb8c9 (patch)
treeff494c35d0219f8a5d89bd87729120c1ce041f62 /build.gradle
parentd8ea35b6725cebfd6aa872f72bf848e739f7c9ba (diff)
downloadGT5-Unofficial-a39eeb625ab6c827d98b030a1ffa76c3ef1eb8c9.tar.gz
GT5-Unofficial-a39eeb625ab6c827d98b030a1ffa76c3ef1eb8c9.tar.bz2
GT5-Unofficial-a39eeb625ab6c827d98b030a1ffa76c3ef1eb8c9.zip
$ Hotfix for Issue #8
> Thaumcraft Aspects now can be spelt wrong, as they were in older GT versions.
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 dc3e7179b1..dbcc2dc6a1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,7 +40,7 @@ sourceCompatibility = 1.7
targetCompatibility = 1.7
archivesBaseName = "GT-PlusPlus"
-version = "1.4.3.13.1-release"
+version = "1.4.3.13.2-release"
minecraft.version = "1.7.10-10.13.4.1448-1.7.10"
task sourceJar(type: Jar) {