From 1a9588494ae57122f0100251b22ffee0765d7db3 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 12 Jan 2021 18:20:53 -0500 Subject: [PATCH] v0.9.1c: re-final commit --- build.gradle | 2 +- .../shatteredpixeldungeon/ui/changelist/v0_9_X_Changes.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f622ec7ef..f8e591903 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ allprojects { appName = 'Shattered Pixel Dungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' - appVersionCode = 506 + appVersionCode = 508 appVersionName = '0.9.1c' appJavaCompatibility = JavaVersion.VERSION_1_8 diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_9_X_Changes.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_9_X_Changes.java index cce577d6a..b41f3bc23 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_9_X_Changes.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_9_X_Changes.java @@ -75,7 +75,8 @@ public class v0_9_X_Changes { "_-_ Various rare crash bugs\n" + "_-_ Rare cases where dieing to a chasm would be recorded as 'Killed by Something'\n" + "_-_ Various minor errors with magical charge buff\n" + - "_-_ DM-300 rarely using abilities while stunned")); + "_-_ DM-300 rarely using abilities while stunned\n" + + "_-_ Tengu getting extra turns on game load in rare cases")); changes = new ChangeInfo("v0.9.1b", false, null); changes.hardlight(Window.TITLE_COLOR);