diff --git a/package-lock.json b/package-lock.json
index dca3306..4256ced 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "platypush",
-  "version": "0.1.6",
+  "version": "0.1.7",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 422f2f9..8edd8cf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "platypush",
-  "version": "0.1.6",
+  "version": "0.1.7",
   "description": "Web extension for interacting with one or more Platypush instances via browser",
   "author": "Fabio Manganiello <info@fabiomanganiello.com>",
   "license": "MIT",
diff --git a/src/manifest.json b/src/manifest.json
index 4435332..8c6d030 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,7 +1,7 @@
 {
   "name": "platypush",
   "description": "Web extension for interacting with Platypush instances via browser and creating custom browser actions",
-  "version": "0.1.6",
+  "version": "0.1.7",
   "manifest_version": 2,
   "icons": {
     "16": "icons/icon-16.png",