v0.3.1d: manifest commit

This commit is contained in:
Evan Debenham 2015-09-14 00:53:55 -04:00
parent 05dab4e582
commit dab5499c22
2 changed files with 9 additions and 4 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="57"
android:versionName="0.3.1c"
android:versionCode="59"
android:versionName="0.3.1d"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -50,8 +50,13 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!";
private static final String TXT_Update =
"v0.3.1d:\n" +
"- Bug and crash fixes\n" +
"- Added a health bar for bosses\n" +
"- Added a hint to weak floor rooms\n" +
"\n" +
"v0.3.1c:\n" +
"- fixed text not appearing on some devices\n" +
"- Fixed text not appearing on some devices\n" +
"\n" +
"v0.3.1b:\n" +
"- Various bugfixes\n" +