From a82793dcb211890145c038a0fe7d6f0fcbc59616 Mon Sep 17 00:00:00 2001 From: oeyoews Date: Sun, 7 Jul 2024 18:36:59 +0800 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14656a3..a038ae0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "usewiki2", "description": "Convert HTML to Markdown, and save to your computer, support nodejs tiddlywiki", "private": true, - "version": "4.1.0", + "version": "4.2.0", "type": "module", "scripts": { "dev": "wxt",