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:
Evan Debenham 2021-08-15 14:55:18 -04:00
parent 83bea3a03c
commit 7140736104

View File

@ -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