bump version number after new release

This commit is contained in:
Jon Atkins 2014-09-17 21:29:52 +01:00
parent 0d218705ea
commit 09e8e62e1d
2 changed files with 3 additions and 3 deletions

View File

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

View File

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