Skip to content

Commit

Permalink
Merge pull request #637 from IITC-CE/v0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 authored Jun 14, 2023
2 parents d510a40 + b19afec commit d0bf66b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/total-conversion-build.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @author jonatkins
// @name IITC: Ingress intel map total conversion
// @version 0.35.0
// @version 0.35.1
// @description Total conversion for the ingress intel map.
// @run-at document-end

Expand Down
2 changes: 1 addition & 1 deletion mobile/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
minSdkVersion 17
targetSdkVersion 29
versionCode = getVersionCodeTimeStamps()
versionName "0.35.0"
versionName "0.35.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion plugins/player-activity-tracker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @author breunigs
// @name Player activity tracker
// @category Layer
// @version 0.12.1
// @version 0.12.2
// @description Draw trails for the path a user took onto the map based on status messages in COMMs. Uses up to three hours of data. Does not request chat data on its own, even if that would be useful.


Expand Down
2 changes: 1 addition & 1 deletion plugins/portal-counts.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @author yenky
// @name Portal count
// @category Info
// @version 0.2.2
// @version 0.2.3
// @description Display a list of all localized portals by level and faction.


Expand Down
2 changes: 1 addition & 1 deletion plugins/portals-list.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @author teo96
// @name Portals list
// @category Info
// @version 0.4.1
// @version 0.4.2
// @description Display a sortable list of all visible portals with full details about the team, resonators, links, etc.

// use own namespace for plugin
Expand Down

0 comments on commit d0bf66b

Please sign in to comment.