Bumped version 0.1.8 -> 0.1.9
This commit is contained in:
parent
cd3d36dcb1
commit
62a68f6515
4 changed files with 4 additions and 4 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "platypush",
|
"name": "platypush",
|
||||||
"version": "0.1.8",
|
"version": "0.1.9",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "platypush",
|
"name": "platypush",
|
||||||
"version": "0.1.8",
|
"version": "0.1.9",
|
||||||
"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",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "platypush",
|
"name": "platypush",
|
||||||
"description": "Web extension for interacting with Platypush instances via browser and creating custom browser actions",
|
"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,
|
"manifest_version": 2,
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "icons/icon-16.png",
|
"16": "icons/icon-16.png",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "platypush",
|
"name": "platypush",
|
||||||
"description": "Web extension for interacting with Platypush instances via browser and creating custom browser actions",
|
"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,
|
"manifest_version": 2,
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "icons/icon-16.png",
|
"16": "icons/icon-16.png",
|
||||||
|
|
Loading…
Reference in a new issue