v0.3.2b: manifest commit

This commit is contained in:
Evan Debenham 2015-11-07 21:43:18 -05:00
parent 8ae882c850
commit 44880cb44e
2 changed files with 7 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="66"
android:versionName="0.3.2a"
android:versionCode="67"
android:versionName="0.3.2b"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -50,6 +50,10 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!";
private static final String TXT_Update =
"v0.3.2b:\n" +
"- Fixed various bugs\n" +
"- Floor locking tweaked, now only pauses passive effects when avoiding battle.\n" +
"\n" +
"v0.3.2a:\n" +
"- Fixed various bugs\n" +
"- Thieves now flee at 5/6 speed\n" +