Bumped version 0.1.2 -> 0.1.3

This commit is contained in:
Fabio Manganiello 2020-06-30 12:33:33 +02:00
parent 3abec7910f
commit 212f68977e
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "platypush", "name": "platypush",
"version": "0.1.2", "version": "0.1.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "platypush", "name": "platypush",
"version": "0.1.2", "version": "0.1.3",
"description": "Web extension for interacting with one or more Platypush instances via browser", "description": "Web extension for interacting with one or more Platypush instances via browser",
"author": "Fabio Manganiello <info@fabiomanganiello.com>", "author": "Fabio Manganiello <info@fabiomanganiello.com>",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "platypush", "name": "platypush",
"description": "Web extension for interacting with one or more Platypush instances via browser", "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'", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {