Increased Version Number

Increased the mod's version number to account for recent fixes and small
features.
This commit is contained in:
SenseiKiwi
2014-07-02 13:59:55 -04:00
parent 3d88e72ecb
commit ec290b0dc1
3 changed files with 3 additions and 3 deletions

View File

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