v0.9.4 is now v1.0.0, and Shattered will now use semantic versioning!
This is due to a requirement by Apple I just discovered, and because Shattered's impending release on iOS is a good milestone for v1.0.0. Future updates will follow the major.minor.patch format, so next patch is 1.0.1, next minor update is 1.1.0, next major update is 2.0.0.
This commit is contained in:
@@ -15,8 +15,8 @@ allprojects {
|
||||
appName = 'Shattered Pixel Dungeon'
|
||||
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
||||
|
||||
appVersionCode = 555
|
||||
appVersionName = '0.9.4-PREBETA'
|
||||
appVersionCode = 563
|
||||
appVersionName = '1.0.0'
|
||||
|
||||
appJavaCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user