v0.6.2: actual manifest commit

This commit is contained in:
Evan Debenham 2017-10-24 22:05:04 -04:00
parent da159b41ad
commit 86393f09a4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shatteredpixel.shatteredpixeldungeon" package="com.shatteredpixel.shatteredpixeldungeon"
android:versionCode="221" android:versionCode="222"
android:versionName="0.6.2" android:versionName="0.6.2"
android:installLocation="auto"> android:installLocation="auto">

View File

@ -54,7 +54,7 @@ public class ShatteredPixelDungeon extends Game {
public static final int v0_6_1 = 205; public static final int v0_6_1 = 205;
public static final int v0_6_2 = 221; public static final int v0_6_2 = 222;
public ShatteredPixelDungeon() { public ShatteredPixelDungeon() {
super( WelcomeScene.class ); super( WelcomeScene.class );