diff options
| author | Lance5057 <Lance5057@gmail.com> | 2017-08-22 01:35:44 -0500 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2017-08-22 01:35:44 -0500 |
| commit | 6af565ab07a802518345df7f06772df56f6e205f (patch) | |
| tree | 22583ec6d1b519eba68e0471e90f310f249819f0 /build.gradle | |
| parent | ae504d76e9cc77465978cea71759f85d55c7e0da (diff) | |
1.4.1.1a update
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 1fd1a67..e83292b 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ plugins { id "net.minecraftforge.gradle.forge" version "2.0.2" } */ -version = "1.4.0.8a" +version = "1.4.1.1a" group= "lance5057.tDefense" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "tinkersdefense" @@ -28,7 +28,7 @@ srcCompat = JavaVersion.VERSION_1_8 targetCompat = JavaVersion.VERSION_1_8 minecraft { - version = "1.10.2-12.18.3.2254" + version = "1.10.2-12.18.3.2422" runDir = "run" // the mappings can be changed at any time, and must be in the following format. |
