diff --git a/manifest.json b/manifest.json index ee52895..657c5ae 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "table-beautifier", "name": "Table Beautifier", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "1.4.0", "description": "Converts ASCII/Unicode box-drawing tables into Markdown tables", "author": "Vesa Vänskä", diff --git a/package-lock.json b/package-lock.json index b4e7f58..ba70a32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-table-beautifier", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-table-beautifier", - "version": "1.0.0", + "version": "1.0.1", "devDependencies": { "@types/node": "^20.11.0", "esbuild": "^0.20.0", diff --git a/package.json b/package.json index 43dd0b8..096ef7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-table-beautifier", - "version": "1.0.0", + "version": "1.0.1", "description": "Obsidian plugin that converts ASCII/Unicode box-drawing tables into Markdown tables", "main": "main.js", "scripts": {