From 279cc186e4eaa446f9308fb8097fb0644e4dcf1b Mon Sep 17 00:00:00 2001 From: theotheo Date: Tue, 12 Dec 2023 12:15:00 +0300 Subject: [PATCH] 0.2.0 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index dae83c4..41c3803 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "timestamped-canvas", "name": "Timestamped Canvas", - "version": "0.1.1", + "version": "0.2.0", "minAppVersion": "1.1.0", "description": "A plugin to timestamp new nodes and edges in canvas.", "author": "ibelyalov", diff --git a/package-lock.json b/package-lock.json index a7485c3..8ff777e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "canvas-timestamp", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "canvas-timestamp", - "version": "0.1.1", + "version": "0.2.0", "license": "MIT", "dependencies": { "@types/moment": "2.13.0" diff --git a/package.json b/package.json index 1862e11..75a272c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas-timestamp", - "version": "0.1.1", + "version": "0.2.0", "description": "A plugin to timestamp new nodes and edges in canvas", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index bd4e087..59f9eec 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.1.0": "1.1.0", - "0.1.1": "1.1.0" + "0.1.1": "1.1.0", + "0.2.0": "1.1.0" } \ No newline at end of file