From 2cf1ad75add130bd7155cbc3e173d50d32d040ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E9=B8=BF=E5=B3=B0?= <2312920973@qq.com> Date: Thu, 30 Apr 2026 13:09:38 +0800 Subject: [PATCH] chore: bump version to 0.2.0 --- 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 5dfce8a..bb21350 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "table-master", "name": "Table Master", - "version": "0.1.0", + "version": "0.2.0", "minAppVersion": "1.4.0", "description": "All-in-one Markdown table workflow: floating toolbar, visual grid editor, and merged-cell support with MultiMarkdown ^^ / || syntax.", "author": "moranrs", diff --git a/package.json b/package.json index 0687d5b..2bcb601 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-table-master", - "version": "0.1.0", + "version": "0.2.0", "description": "Unified Markdown table plugin for Obsidian: GUI toolbar, visual grid editor, merged cells.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index cdffaed..9a9de87 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "1.4.0" + "0.1.0": "1.4.0", + "0.2.0": "1.4.0" }