diff --git a/add-on/manifest.json b/add-on/manifest.json
index cc32f89..e70ee4f 100644
--- a/add-on/manifest.json
+++ b/add-on/manifest.json
@@ -1,7 +1,7 @@
 {
   "manifest_version": 2,
   "name": "WebAPI Manager",
-  "version": "0.9.6",
+  "version": "0.9.7",
   "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 dfa8f92..93111f4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "web-api-manager",
-    "version": "0.9.6",
+    "version": "0.9.7",
     "description": "Tools to generate Web API managing browser extensions for Firefox and Chrome.",
     "author": "Peter Snyder <psnyde2@uic.edu> (https://www.cs.uic.edu/~psnyder/)",
     "license": "GPL-3.0",