v0.2.3d: final commit

This commit is contained in:
Evan Debenham 2015-01-15 02:49:26 -05:00
parent 61f296907f
commit 2119f0d1b9
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shatteredpixel.shatteredpixeldungeon" package="com.shatteredpixel.shatteredpixeldungeon"
android:versionCode="29" android:versionCode="30"
android:versionName="0.2.3c" android:versionName="0.2.3d"
android:installLocation="auto"> android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -35,7 +35,8 @@ public class WelcomeScene extends PixelScene {
private static final String TXT_SameVer = 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.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 = private static final String TXT_Future =
"It seems that your current saves are from a future version of Shattered Pixel Dungeon!\n\n"+ "It seems that your current saves are from a future version of Shattered Pixel Dungeon!\n\n"+