v0.3.2a: manifest commit

This commit is contained in:
Evan Debenham 2015-11-06 19:05:06 -05:00 committed by Evan Debenham
parent acc249ec32
commit e662fa4cb1
2 changed files with 10 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="65"
android:versionName="0.3.2"
android:versionCode="66"
android:versionName="0.3.2a"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -50,7 +50,14 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!";
private static final String TXT_Update =
"Prison Rework!:\n" +
"v0.3.2a:\n" +
"- Fixed various bugs\n" +
"- Thieves now flee at 5/6 speed\n" +
"- Reduced blind/cripple from bandits\n" +
"- Tengu moves less on his second phase\n" +
"\n" +
"v0.3.2:\n" +
"Prison Rework!:\n" +
"- Tengu boss fight completely redone\n" +
"- Corpse dust quest overhauled\n" +
"- Rotberry quest overhauled\n" +