From 9bd8cfade56669d3d3a19b9b4dc9f3e23e95ca02 Mon Sep 17 00:00:00 2001 From: dualwind Date: Fri, 2 Feb 2024 10:05:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8F=91=E5=B8=83v0.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d6f13f7..5ca20a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-plugin-table-view", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "description": "抽取笔记内容生成表格,汇总概念及其属性", "repository": "", diff --git a/plugin.json b/plugin.json index 2b09258..338c98c 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-plugin-table-view", "author": "dualwind", "url": "https://github.com/etchnight/siyuan-plugin-table-view", - "version": "0.2.1", + "version": "0.2.2", "minAppVersion": "2.11.4", "backends": ["windows", "linux", "darwin", "ios", "android"], "frontends": ["desktop", "browser-desktop", "desktop-window"],