diff --git a/build.gradle b/build.gradle index ceb4fe69b..d56f53b2c 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v3_X_Changes.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v3_X_Changes.java index a425d057d..95bffb333 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v3_X_Changes.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v3_X_Changes.java @@ -85,10 +85,16 @@ public class v3_X_Changes { changes.hardlight(Window.TITLE_COLOR); changeInfos.add(changes); - changes = new ChangeInfo("v3.3.2", false, null); + changes = new ChangeInfo("v3.3.3 & v3.3.2", false, null); changes.hardlight(Window.TITLE_COLOR); changeInfos.add(changes); + changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), "v3.3.3", + "v3.3.3 is a quick followup patch to fix one serious bug introduced in v3.3.2, sorry for the trouble!\n\n" + + "Fixed the following bugs:\n" + + "**Caused by v3.3.2:**\n" + + "**-** Crashes caused by resurrection via unblessed ankh while holding a skeleton key.")); + changes.addButton( new ChangeButton(new Image(new ImpSprite()), "Quest Tester Area Progress", "Happy New Year Everyone!\n\n" + "I've made some progress over the holidays on the new quest tester area. It's now entirely generated by the game's levelgen system, whereas the previous iteration was mostly hardcoded.\n\n" +