From d8cb171142780b8d519ac60e887860e90d57f146 Mon Sep 17 00:00:00 2001 From: MassiveBox Date: Sat, 6 Sep 2025 17:17:10 +0200 Subject: [PATCH] Version bump (incl. dependency) --- package.json | 6 +++--- plugin.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fc9ef70..8c62cd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-jsdraw-plugin", - "version": "0.5.1", + "version": "0.5.2", "type": "module", "description": "Include a whiteboard for freehand drawing anywhere in your documents.", "repository": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin", @@ -35,8 +35,8 @@ "vite-plugin-zip-pack": "^1.0.5" }, "dependencies": { - "@js-draw/material-icons": "^1.29.0", - "js-draw": "^1.29.0", + "@js-draw/material-icons": "^1.31.1", + "js-draw": "^1.31.1", "ts-serializable": "^4.2.0" } } diff --git a/plugin.json b/plugin.json index 77ec8e9..65997ac 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-jsdraw-plugin", "author": "massivebox", "url": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin", - "version": "0.5.1", + "version": "0.5.2", "minAppVersion": "3.0.12", "backends": [ "windows",