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"?> <?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="66" android:versionCode="67"
android:versionName="0.3.2a" android:versionName="0.3.2b"
android:installLocation="auto"> android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -50,7 +50,11 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!"; "Happy Dungeoneering!";
private static final String TXT_Update = private static final String TXT_Update =
"v0.3.2a:\n" + "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" + "- Fixed various bugs\n" +
"- Thieves now flee at 5/6 speed\n" + "- Thieves now flee at 5/6 speed\n" +
"- Reduced blind/cripple from bandits\n" + "- Reduced blind/cripple from bandits\n" +