v0.9.1c: re-final commit

This commit is contained in:
Evan Debenham 2021-01-12 18:20:53 -05:00
parent 720efd865a
commit 1a9588494a
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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);