diff --git a/add-on/manifest.json b/add-on/manifest.json index f7985ee..492a677 100644 --- a/add-on/manifest.json +++ b/add-on/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "WebAPI Manager", - "version": "0.9.4", + "version": "0.9.5", "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 85f0cfe..13649fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-api-manager", - "version": "0.9.4", + "version": "0.9.5", "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",