diff --git a/package-lock.json b/package-lock.json index 05d807a..93bf13a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "platypush", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9fdf0a7..046db49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "platypush", - "version": "0.1.2", + "version": "0.1.3", "description": "Web extension for interacting with one or more Platypush instances via browser", "author": "Fabio Manganiello ", "license": "MIT", diff --git a/src/manifest.json b/src/manifest.json index fc40781..598c733 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "platypush", "description": "Web extension for interacting with one or more Platypush instances via browser", - "version": "0.1.2", + "version": "0.1.3", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "icons": {