From 2119f0d1b904db819b48204edb149f32650fad13 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 15 Jan 2015 02:49:26 -0500 Subject: [PATCH] v0.2.3d: final commit --- AndroidManifest.xml | 4 ++-- .../shatteredpixeldungeon/scenes/WelcomeScene.java | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 21259ef86..e99bfee36 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 ec5f41cef..aef019bd1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java @@ -35,7 +35,8 @@ public class WelcomeScene extends PixelScene { private static final String TXT_SameVer = "v0.2.3a and v0.2.3b fix some crash bugs players were experiencing, make sure to report any issues if you are still having them!\n\n" + - "v0.2.3c fixes numerous issues, and gives some buffs to two of the new artifacts."; + "v0.2.3c fixes numerous issues, and gives some buffs to two of the new artifacts.\n\n" + + "v0.2.3d fixes numerous bugs, both from this release and older ones."; private static final String TXT_Future = "It seems that your current saves are from a future version of Shattered Pixel Dungeon!\n\n"+