bump version to 0.20.0 - as there's been a major protocol change from Niantic

This commit is contained in:
Jon Atkins 2015-01-09 23:57:16 +00:00
parent 601192b106
commit 7b16b406a1
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.19.1.@@DATETIMEVERSION@@ // @version 0.20.0.@@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="85" android:versionCode="86"
android:versionName="0.19.1"> android:versionName="0.20.0">
<uses-sdk <uses-sdk
android:minSdkVersion="14" android:minSdkVersion="14"