bumpped version numbers to 0.16.8/mobile 0.10.8 - as a release has just been made

This commit is contained in:
Jon Atkins 2014-04-29 04:55:49 +01:00
parent 06ec9b36e7
commit ae2c9ad4aa
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @id ingress-intel-total-conversion@jonatkins // @id ingress-intel-total-conversion@jonatkins
// @name IITC: Ingress intel map total conversion // @name IITC: Ingress intel map total conversion
// @version 0.16.7.@@DATETIMEVERSION@@ // @version 0.16.8.@@DATETIMEVERSION@@
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL @@UPDATEURL@@ // @updateURL @@UPDATEURL@@
// @downloadURL @@DOWNLOADURL@@ // @downloadURL @@DOWNLOADURL@@

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cradle.iitc_mobile" package="com.cradle.iitc_mobile"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="68" android:versionCode="69"
android:versionName="0.10.7"> android:versionName="0.10.8">
<uses-sdk <uses-sdk
android:minSdkVersion="14" android:minSdkVersion="14"