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:
parent
83bea3a03c
commit
7140736104
|
@ -15,8 +15,8 @@ allprojects {
|
||||||
appName = 'Shattered Pixel Dungeon'
|
appName = 'Shattered Pixel Dungeon'
|
||||||
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
||||||
|
|
||||||
appVersionCode = 555
|
appVersionCode = 563
|
||||||
appVersionName = '0.9.4-PREBETA'
|
appVersionName = '1.0.0'
|
||||||
|
|
||||||
appJavaCompatibility = JavaVersion.VERSION_1_8
|
appJavaCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user