From 0b38798c95690f3cc6e5bed3f8c3213b28777ddd Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 26 Mar 2023 19:07:28 -0400 Subject: [PATCH] v2.0.1: updated version & changelog for re-amended v2.0.1 release (aaa) --- build.gradle | 2 +- .../shatteredpixeldungeon/ui/changelist/v2_X_Changes.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 33b9bcb60..b87982020 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ allprojects { appName = 'Shattered Pixel Dungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' - appVersionCode = 690 + appVersionCode = 694 appVersionName = '2.0.1' appJavaCompatibility = JavaVersion.VERSION_1_8 diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v2_X_Changes.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v2_X_Changes.java index 1047ca73b..291248b06 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v2_X_Changes.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v2_X_Changes.java @@ -119,13 +119,13 @@ public class v2_X_Changes { "_-_ Combined energy talent rarely boosting energy above 100%\n" + "_-_ Brawler's stance not preventing damage blocking from equipped weapon\n" + "_-_ Duelist Unlock badge not registering on Google Play Games\n" + - "\n" + + "_-_ Champion weapon swapping not triggering an attack indicator update", "Fixed (existed prior to v2.0):\n" + "_-_ Noisemakers being visually defusable after trigger but not exploding\n" + + "_-_ Noisemakers being collectable in some cases after triggering\n" + "_-_ Damage/Stun from blastwave knockback applying to downed ghouls\n" + - "_-_ Various rare bugs when inputting multiple actions while using the unstable spellbook\n" + "_-_ Even more cases of particle effects sometimes failing to appear\n" + - "_-_ Projecting champtions with ranged attacks refusing to melee from a distance in some cases\n" + + "_-_ Projecting champions with ranged attacks refusing to melee from a distance in some cases\n" + "_-_ Various rare UI bug")); changes = new ChangeInfo(Messages.get(ChangesScene.class, "new"), false, null);