v0.5.0b: manifest commit

This commit is contained in:
Evan Debenham 2017-02-20 17:42:39 -05:00
parent fb57051bcb
commit 6687e090bf
2 changed files with 8 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="158"
android:versionName="0.5.0a"
android:versionCode="159"
android:versionName="0.5.0b"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -37,10 +37,14 @@ import com.watabou.noosa.ui.Component;
public class ChangesScene extends PixelScene {
private static final String TXT_Update =
"_v0.5.0b:_\n" +
"_-_ Added new Language: Indonesian\n" +
"_-_ Fixed wand of fireblast not activating soul mark\n" +
"_-_ Various bugfixes and optimizations\n" +
"_-_ Translation updates\n" +
"\n"+
"_v0.5.0a:_\n" +
"_-_ Added new Language: Esperanto\n" +
"_-_ Various Bugfixes\n" +
"_-_ Translation updates\n" +
"\n"+
"_v0.5.0:_\n" +
"New Visuals!:\n" +