diff --git a/Chrome/manifest.json b/Chrome/manifest.json index 5cb7e77..e2982ae 100644 --- a/Chrome/manifest.json +++ b/Chrome/manifest.json @@ -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": { diff --git a/Chrome/popup.html b/Chrome/popup.html index 6cf8601..e2996c2 100644 --- a/Chrome/popup.html +++ b/Chrome/popup.html @@ -24,7 +24,7 @@

ArcGIS REST Admin Operations


- Version 1.1.2 + Version 1.2.0
GitHub Repository

diff --git a/Firefox/manifest.json b/Firefox/manifest.json index f733591..ad166b8 100644 --- a/Firefox/manifest.json +++ b/Firefox/manifest.json @@ -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", diff --git a/Firefox/popup.html b/Firefox/popup.html index 6cf8601..e2996c2 100644 --- a/Firefox/popup.html +++ b/Firefox/popup.html @@ -24,7 +24,7 @@

ArcGIS REST Admin Operations


- Version 1.1.2 + Version 1.2.0
GitHub Repository