v3.3.3: updated changelog and version for v3.3.3 release

This commit is contained in:
Evan Debenham
2026-01-05 10:42:40 -05:00
parent f21da8925b
commit 6efcffde0a
2 changed files with 9 additions and 3 deletions

View File

@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 886
appVersionName = '3.3.2'
appVersionCode = 887
appVersionName = '3.3.3'
appJavaCompatibility = JavaVersion.VERSION_11