v0.3.1c: manifest commit

This commit is contained in:
Evan Debenham 2015-09-04 13:02:03 -04:00
parent e5a6c70732
commit a9fa47b942
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="56"
android:versionName="0.3.1b"
android:versionCode="57"
android:versionName="0.3.1c"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -50,6 +50,9 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!";
private static final String TXT_Update =
"v0.3.1c:\n" +
"- fixed text not appearing on some devices\n" +
"\n" +
"v0.3.1b:\n" +
"- Various bugfixes\n" +
"- Fixed blurry text on some displays\n" +