From 6729f95a1ea0a0e9d5c2549cba09e0b77cf80fc0 Mon Sep 17 00:00:00 2001
From: Fabio Manganiello <blacklight86@gmail.com>
Date: Sun, 5 Jul 2020 01:35:45 +0200
Subject: [PATCH] Bumped version 0.1.5 -> 0.1.6

---
 package-lock.json | 2 +-
 package.json      | 2 +-
 src/manifest.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index f9064d8..dc386b1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "platypush",
-  "version": "0.1.5",
+  "version": "0.1.6",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index add275e..1e703ef 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "platypush",
-  "version": "0.1.5",
+  "version": "0.1.6",
   "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 f2a1629..de22eab 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.5",
+  "version": "0.1.6",
   "manifest_version": 2,
   "icons": {
     "16": "icons/icon-16.png",