diff --git a/build.gradle b/build.gradle index 6b46869dc..3f26eb398 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ allprojects { appName = 'Shattered Pixel Dungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' - appVersionCode = 618 + appVersionCode = 622 appVersionName = '1.2.2' appJavaCompatibility = JavaVersion.VERSION_1_8 diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v1_X_Changes.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v1_X_Changes.java index aca62b4c0..806d40597 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v1_X_Changes.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v1_X_Changes.java @@ -104,6 +104,7 @@ public class v1_X_Changes { "_-_ Various minor visual bugs\n" + "_-_ Ring of might health boost not being affected by lost inventory debuff\n" + "_-_ Cases where ghoul sprites could become glitched\n" + + "_-_ Items that spawn identified counting as being IDed by the player\n" + "_-_ Cases where heroic energy talent would use the wrong name/icon\n" + "_-_ Curse status of quickslot items not showing in rankings\n" + "_-_ Some sources of artifact recharging affecting cursed artifacts\n" +