chore: bump version to 0.2.0

This commit is contained in:
黄鸿峰 2026-04-30 13:09:38 +08:00
parent 8ebf187fa0
commit 2cf1ad75ad
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -1,3 +1,4 @@
{
"0.1.0": "1.4.0"
"0.1.0": "1.4.0",
"0.2.0": "1.4.0"
}