diff --git a/manifest.json b/manifest.json index f2a57ad..bcf087e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "obsidian-folder-index", "name": "Folder Index", - "version": "v1.0.10", + "version": "1.0.11", "minAppVersion": "1.1.16", "description": "This Plugin will automatically generate a TOC for the current Folder.", "author": "turulix", "authorUrl": "https://turulix.de/", "fundingUrl": "https://www.buymeacoffee.com/turulix", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index c21eb65..ad68b02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.10", + "version": "1.0.11", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2a48b25..d923048 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.9.7", "1.0.1": "0.12.0", - "1.0.10": "1.1.16" -} + "1.0.10": "1.1.16", + "1.0.11": "1.1.16" +} \ No newline at end of file