diff --git a/build.gradle b/build.gradle index 1b6ab49cc..f958cc992 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { appName = 'Shattered Pixel Dungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' - appVersionCode = 462 + appVersionCode = 464 appVersionName = '0.8.2d' appJavaCompatibility = JavaVersion.VERSION_1_8 diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_8_X_Changes.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_8_X_Changes.java index b461c366d..ff2fe86b9 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_8_X_Changes.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_8_X_Changes.java @@ -116,6 +116,7 @@ public class v0_8_X_Changes { changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"), "Fixed (caused by v0.8.2c):\n" + "_-_ Evil eyes unintentionally dealing 0 damage\n" + + "_-_ Piranhas dodging less than intended\n" + "_-_ Rare crash/freeze bugs caused by changes to container functionality\n\n" + "Fixed (caused by v0.8.2):\n" + "_-_ Wand of fireblast opening doors out of its reach\n\n" +