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" }