v1.4.3: final commit

This commit is contained in:
Evan Debenham
2022-11-01 00:18:46 -04:00
parent 6ea9dc744b
commit a96d62f6bf
3 changed files with 15 additions and 5 deletions

View File

@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 666 //Hey whaddaya know it's almost halloween too!
appVersionName = '1.4.2'
appVersionCode = 668
appVersionName = '1.4.3'
appJavaCompatibility = JavaVersion.VERSION_1_8