Skip to content

Commit

Permalink
bump version after new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatkins committed May 27, 2015
1 parent 5534674 commit 495a635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @id ingress-intel-total-conversion@jonatkins
// @name IITC: Ingress intel map total conversion
// @version 0.23.0.@@DATETIMEVERSION@@
// @version 0.23.1.@@DATETIMEVERSION@@
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL @@UPDATEURL@@
// @downloadURL @@DOWNLOADURL@@
Expand Down
4 changes: 2 additions & 2 deletions mobile/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cradle.iitc_mobile"
android:installLocation="auto"
android:versionCode="98"
android:versionName="0.23.0">
android:versionCode="99"
android:versionName="0.23.1">

<uses-sdk
android:minSdkVersion="14"
Expand Down

0 comments on commit 495a635

Please sign in to comment.