diff --git a/manifest.json b/manifest.json index 73e4e41..f2a57ad 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,11 @@ { "id": "obsidian-folder-index", "name": "Folder Index", - "version": "v1.0.9", + "version": "v1.0.10", "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 } diff --git a/package.json b/package.json index e5ceb93..c21eb65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.9", + "version": "1.0.10", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 997bf32..2a48b25 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.9.7", - "1.0.1": "0.12.0" + "1.0.1": "0.12.0", + "1.0.10": "1.1.16" }