bump version numbers for stable build on release branch

This commit is contained in:
Jon Atkins 2013-11-08 00:47:06 +00:00
parent b6545eb082
commit 4a5af76286
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.14.5.@@DATETIMEVERSION@@
// @version 0.14.6.@@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="58"
android:versionName="0.7.7.1">
android:versionCode="59"
android:versionName="0.7.7.2">
<uses-sdk
android:minSdkVersion="14"