Skip to content

Commit

Permalink
Updated version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshALogs committed May 9, 2023
1 parent 6f465e9 commit 794fca4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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": 2,
"name": "ArcGIS REST API Admin Helper",
"version": "1.1.1",
"version": "1.1.2",
"description": "A Chrome 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 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.1
Version 1.1.2
<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.1",
"version": "1.1.2",
"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.1
Version 1.1.2
<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 README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ArcGIS REST API Admin Helper

A browser extension to quickly navigate to ArcGIS REST API administration operations for hosted services. Version 1.1.1
A browser extension to quickly navigate to ArcGIS REST API administration operations for hosted services. Version 1.1.2

## Features

Expand Down

0 comments on commit 794fca4

Please sign in to comment.