v2.5.0: updated version and changelog for ALPHA-4

This commit is contained in:
Evan Debenham
2024-08-25 14:16:35 -04:00
parent a0cec969c8
commit 2a1f46b21c
2 changed files with 12 additions and 2 deletions

View File

@@ -20,8 +20,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 786
appVersionName = '2.5.0-ALPHA-3'
appVersionCode = 787
appVersionName = '2.5.0-ALPHA-4'
appJavaCompatibility = JavaVersion.VERSION_1_8