From 587072ce8eb53e04dd914690dc745654aa4c190c Mon Sep 17 00:00:00 2001 From: Quorafind Date: Fri, 23 Dec 2022 15:07:10 +0800 Subject: [PATCH] chore: bump version --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index c722690..f85eb94 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "canvas-mindmap", "name": "Canvas Mindmap", - "version": "0.0.3", + "version": "0.0.4", "minAppVersion": "1.1.0", "description": "A plugin to make your canvas work like a mindmap.", "author": "Boninall", diff --git a/package.json b/package.json index 41fb7fb..86d462a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas-mindmap", - "version": "0.0.3", + "version": "0.0.4", "description": "A plugin to make your canvas work like a mindmap.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 297f269..e94a0b6 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.0.1": "1.1.0", "0.0.2": "1.1.0", - "0.0.3": "1.1.0" + "0.0.3": "1.1.0", + "0.0.4": "1.1.0" } \ No newline at end of file