v0.3.0e: manifest commit

This commit is contained in:
Evan Debenham 2015-06-18 00:51:22 -04:00
parent 1a690e3fab
commit 938db71192
2 changed files with 4 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="45"
android:versionName="0.3.0d"
android:versionCode="46"
android:versionName="0.3.0e"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -50,7 +50,8 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!";
private static final String TXT_Update =
"v0.3.0d:\n" +
"v0.3.0e & v0.3.0d:\n" +
"- Performance improvements\n" +
"- Various bugfixes\n" +
"\n" +
"v0.3.0c:\n" +