v0.4.2: proper manifest commit this time

This commit is contained in:
Evan Debenham 2016-09-08 23:41:19 -04:00
parent 23ac0135f3
commit 1b7ec49edb
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="125" android:versionCode="126"
android:versionName="0.4.2" android:versionName="0.4.2"
android:installLocation="auto"> android:installLocation="auto">

View File

@ -41,7 +41,7 @@ import java.util.UUID;
public class WelcomeScene extends PixelScene { public class WelcomeScene extends PixelScene {
private static int LATEST_UPDATE = 125; private static int LATEST_UPDATE = 126;
@Override @Override
public void create() { public void create() {