Skip to content

Commit

Permalink
Your commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshALogs committed May 10, 2023
1 parent cf1dc52 commit a401d7c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "ArcGIS REST API Admin Helper",
"version": "1.1.2",
"version": "1.2.0",
"description": "A Chrome extension to quickly navigate to ArcGIS REST API administration operations for hosted services.",
"action": {
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion Chrome/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>ArcGIS REST Admin Operations</h3>
<br />
<button id="executeOperation">Execute Operation</button>
<p class="version">
Version 1.1.2
Version 1.2.0
<br />
<a href="https://github.com/JoshALogs/arcgis-rest-admin-tool" target="_blank">GitHub Repository</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion Firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ArcGIS REST API Admin Helper",
"version": "1.1.2",
"version": "1.2.0",
"description": "A Firefox extension to quickly navigate to ArcGIS REST API administration operations for hosted services.",
"browser_action": {
"default_icon": "icon.png",
Expand Down
2 changes: 1 addition & 1 deletion Firefox/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>ArcGIS REST Admin Operations</h3>
<br />
<button id="executeOperation">Execute Operation</button>
<p class="version">
Version 1.1.2
Version 1.2.0
<br />
<a href="https://github.com/JoshALogs/arcgis-rest-admin-tool" target="_blank">GitHub Repository</a>
</p>
Expand Down

0 comments on commit a401d7c

Please sign in to comment.