v2.5.0: updated version, changelog, and welcome scene for alpha-1

This commit is contained in:
Evan Debenham
2024-08-21 17:43:57 -04:00
parent 1f1d9fed78
commit a6c9f9276a
3 changed files with 213 additions and 3 deletions

View File

@@ -20,8 +20,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 783
appVersionName = '2.5.0-ALPHA-0'
appVersionCode = 784
appVersionName = '2.5.0-ALPHA-1'
appJavaCompatibility = JavaVersion.VERSION_1_8