Bumped version: 0.1.9 -> 0.2.0

This commit is contained in:
Fabio Manganiello 2025-06-02 01:17:18 +02:00
parent ee5ecbba40
commit 3b4d17b6cd
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "platypush",
"version": "0.1.9",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "platypush",
"version": "0.1.9",
"version": "0.2.0",
"license": "MIT",
"dependencies": {
"@johmun/vue-tags-input": "^2.1.0",

View file

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

View file

@ -1,7 +1,7 @@
{
"name": "platypush",
"description": "Web extension for interacting with Platypush instances via browser and creating custom browser actions",
"version": "0.1.9",
"version": "0.2.0",
"manifest_version": 2,
"icons": {
"16": "icons/icon-16.png",