From b7c083968039d1ada3d4b8b20e5fee3c788abc38 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 21 Mar 2023 11:55:03 +0100 Subject: [PATCH] Added Funding Url --- manifest.json | 3 ++- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) 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" }