v3.3.0: updated welcome scene, changelog, and version for v3.3.0 alpha!

This commit is contained in:
Evan Debenham
2025-11-23 14:16:19 -05:00
parent 29a66fa0c9
commit f40646d189
4 changed files with 163 additions and 15 deletions

View File

@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 877
appVersionName = '3.2.5'
appVersionCode = 878
appVersionName = '3.3.0-ALPHA-1'
appJavaCompatibility = JavaVersion.VERSION_11