Browse Source

Using proper version code and name

fysx 12 years ago
parent
commit
271c0c5d01
1 changed files with 2 additions and 2 deletions
  1. 2 2
      AndroidManifest.xml

+ 2 - 2
AndroidManifest.xml

@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="org.love2d.android"
-      android:versionCode="1"
-      android:versionName="1.0"
+      android:versionCode="2"
+      android:versionName="0.9.0-alpha4"
       android:installLocation="auto">
     <uses-permission android:name="android.permission.INTERNET"/>