v0.2.2b: final commit

This commit is contained in:
Evan Debenham 2014-11-16 17:58:40 -05:00
parent 4ad2f689bd
commit e58df1bc9c
2 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shatteredpixel.shatteredpixeldungeon"
android:versionCode="14"
android:versionName="0.2.2a"
android:versionCode="15"
android:versionName="0.2.2b"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -35,7 +35,10 @@ public class WelcomeScene extends PixelScene {
private static final String TXT_SameVer =
"v0.2.2a addresses an issue players were having when they tried to start a new game, " +
"corrects a few small inconsistencies with challenges, and makes a few small improvements to " +
"level generation.\n\nHappy Dungeoneering!";
"level generation.\n\n" +
"v0.2.2b addresses issues players were having on runs with challenges enabled " +
"and fixes a variety of other smaller bugs as well.\n\n" +
"Happy Dungeoneering!";
private static final String TXT_Future =
"It seems that your current saves are from a future version of Shattered Pixel Dungeon!\n\n"+