From 62a68f65158bad22b96397ef77af365c924d695c Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 11 Aug 2020 19:47:35 +0200 Subject: [PATCH] Bumped version 0.1.8 -> 0.1.9 --- package-lock.json | 2 +- package.json | 2 +- src/manifest-chrome.json | 2 +- src/manifest-firefox.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 642b644..70a3556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "platypush", - "version": "0.1.8", + "version": "0.1.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 68b5987..a5f6d8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "platypush", - "version": "0.1.8", + "version": "0.1.9", "description": "Web extension for interacting with one or more Platypush instances via browser", "author": "Fabio Manganiello ", "license": "MIT", diff --git a/src/manifest-chrome.json b/src/manifest-chrome.json index bb9685d..5389521 100644 --- a/src/manifest-chrome.json +++ b/src/manifest-chrome.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.8", + "version": "0.1.9", "manifest_version": 2, "icons": { "16": "icons/icon-16.png", diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index 64950a3..fb544f8 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.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.8", + "version": "0.1.9", "manifest_version": 2, "icons": { "16": "icons/icon-16.png",