mirror of
https://github.com/moranrs/table-master.git
synced 2026-07-22 06:53:11 +00:00
chore: bump version to 0.2.0
This commit is contained in:
parent
8ebf187fa0
commit
2cf1ad75ad
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"0.1.0": "1.4.0"
|
||||
"0.1.0": "1.4.0",
|
||||
"0.2.0": "1.4.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue