v0.6.0a: manifest commit

This commit is contained in:
Evan Debenham 2017-06-08 22:14:43 -04:00
parent 8e48305bd1
commit 58b4d66395
2 changed files with 6 additions and 2 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="181"
android:versionName="0.6.0"
android:versionCode="183"
android:versionName="0.6.0a"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -38,6 +38,10 @@ import com.watabou.noosa.ui.Component;
public class ChangesScene extends PixelScene {
private static final String TXT_Update =
"_v0.6.0a:_\n" +
"_-_ Various bug and crash fixes\n" +
"_-_ Resume indicator now appears in more cases\n" +
"\n"+
"_v0.6.0:_\n" +
"New levelgen!\n" +
"_-_ Level creation algorithm completely overhauled!\n" +