Updated Version Numbers

Updated all version numbers manually. Hopefully we'll automate this in
the future.
This commit is contained in:
SenseiKiwi
2014-03-06 02:11:05 -04:00
parent 87452e783c
commit f01222afee
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ apply plugin: 'forge'
version = "2.2.1RC1-" + System.getenv("BUILD_NUMBER")
version = "2.2.2RC1-" + System.getenv("BUILD_NUMBER")
group= "com.stevenrs11.dimdoors" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "DimensionalDoors"