Skip to content

Commit

Permalink
Added Funding Url
Browse files Browse the repository at this point in the history
  • Loading branch information
turulix committed Mar 21, 2023
1 parent 495ab72 commit b7c0839
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit b7c0839

Please sign in to comment.