diff --git a/add-on/manifest.json b/add-on/manifest.json index e70ee4f..d071bec 100644 --- a/add-on/manifest.json +++ b/add-on/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "WebAPI Manager", - "version": "0.9.7", + "version": "0.9.8", "description": "Improves browser security and privacy by controlling page access to the Web API.", "icons": { "48": "images/uic-48.png", diff --git a/package.json b/package.json index 92f4a7e..a7c3eca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-api-manager", - "version": "0.9.7", + "version": "0.9.8", "description": "Tools to generate Web API managing browser extensions for Firefox and Chrome.", "author": "Peter Snyder (https://www.cs.uic.edu/~psnyder/)", "license": "GPL-3.0",