diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-11-15 10:26:36 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-11-15 10:26:36 +1000 |
commit | 2cbc0ee9f27bc1d2a21d44d1b4a0c248a315c316 (patch) | |
tree | 0dd83b9e674fc46eadc78b139ea6cd22ccd08b1e /build.gradle | |
parent | 94d89124d139f6484d3d2fba0773ab9791ed1ef9 (diff) | |
download | GT5-Unofficial-2cbc0ee9f27bc1d2a21d44d1b4a0c248a315c316.tar.gz GT5-Unofficial-2cbc0ee9f27bc1d2a21d44d1b4a0c248a315c316.tar.bz2 GT5-Unofficial-2cbc0ee9f27bc1d2a21d44d1b4a0c248a315c316.zip |
+ Added Wireless Chargers.
> These are a basic design-only implementation for reference, so they may never be completed and are more of a proof of concept.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 244c177ce0..efbc8c0232 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ sourceCompatibility = 1.7 targetCompatibility = 1.7 archivesBaseName = "GT-PlusPlus" -version = "1.6.90-release" +version = "1.6.91-release" minecraft.version = "1.7.10-10.13.4.1448-1.7.10" |