v0.2.4d: final commit

This commit is contained in:
Evan Debenham 2015-03-22 18:48:11 -04:00
parent a22729ae83
commit 45c92a66a9
2 changed files with 8 additions and 7 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="36"
android:versionName="0.2.4c"
android:versionCode="38"
android:versionName="0.2.4d"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -30,12 +30,13 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!";
private static final String TXT_Update =
"V0.2.4c:\n" +
"-Various bug and crash fixes.\n" +
"-Unstable spellbook buffed again.\n" +
"-UI tabs no longer move as much after appearing.\n" +
"v0.2.4d:\n" +
"-Bugfixes and general improvements.\n" +
"-Added Merchant's Beacon.\n" +
"-Added initials for IDed scrolls/potions.\n" +
"-Lloyd's beacon now has a new sprite.\n" +
"\n" +
"v0.2.4a and v0.2.4b:\n" +
"v0.2.4a, v0.2.4b, v0.2.4c:\n" +
"-Various Bug fixes and small tweaks.\n" +
"\n" +
"V0.2.4:\n" +