diff --git a/AndroidManifest.xml b/AndroidManifest.xml index dbcc7f569..9f091e185 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java index 1bf715f7a..b021fd1f4 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java @@ -30,10 +30,14 @@ public class WelcomeScene extends PixelScene { "Happy Dungeoneering!"; private static final String TXT_Update = - "v0.2.4a:\n" + + "V0.2.4b:\n" + + "-Fixed some crash issues.\n" + + "-Fixed a bug with the unstable spellbook.\n" + + "-Fixed some hiccups with touch input.\n" + + "\n" + + "v0.2.4a:\n" + "-Fixed bugs with floor 26.\n" + - "-Fixed bombs destroying keys.\n" + - "-Fixed bombs destroying items as they drop.\n" + + "-Fixed bombs destroying items they shouldn't.\n" + "-Fixed dew vial rarely spawning twice.\n" + "-Fixed a bug with transmuting wands.\n" + "-Lloyd's beacon does not need to be re-set.\n" +