diff --git a/manifest.json b/manifest.json index e9607db..0ac5d37 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "table-of-contents-generator", - "name": "Table of Contents Generator", - "version": "1.1.0", - "minAppVersion": "1.7.2", - "description": "Generate a table of contents for your notes.", - "author": "Matt Kaili", - "authorUrl": "https://github.com/m-kk", - "isDesktopOnly": false, - "fundingUrl": "https://buymeacoffee.com/mattkk" -} + "id": "table-of-contents-generator", + "name": "Table of Contents Generator", + "version": "1.1.1", + "minAppVersion": "1.7.2", + "description": "Generate a table of contents for your notes.", + "author": "Matt Kaili", + "authorUrl": "https://github.com/m-kk", + "isDesktopOnly": false, + "fundingUrl": "https://buymeacoffee.com/mattkk" +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 44fd4c8..1cc8ad4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-toc-generator", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-toc-generator", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "devDependencies": { "@types/node": "^22.20.1", diff --git a/package.json b/package.json index 63a3a78..e1f851a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-toc-generator", - "version": "1.1.0", + "version": "1.1.1", "description": "Table of Contents Generator for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index eab5ec9..57278d8 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.1.0": "1.7.2" -} + "1.1.0": "1.7.2", + "1.1.1": "1.7.2" +} \ No newline at end of file