diff --git a/manifest.json b/manifest.json index 2afbdda..7d667e7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "obsidian-folder-index", "name": "Folder Index", - "version": "1.0.24", "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 + "isDesktopOnly": false, + "version": "1.0.25" } \ No newline at end of file diff --git a/package.json b/package.json index ea01fb4..c0c95de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.24", + "version": "1.0.25", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c101f2a..533d87b 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "1.0.21": "1.1.16", "1.0.22": "1.1.16", "1.0.23": "1.1.16", - "1.0.24": "1.1.16" + "1.0.24": "1.1.16", + "1.0.25": "1.1.16" } \ No newline at end of file