From cbdb0c2a9154301ecaf22e5f0c4cd908966490af Mon Sep 17 00:00:00 2001 From: Jacobtread Date: Sun, 31 Mar 2024 20:41:22 +1300 Subject: [PATCH] fix: update manifest --- manifest.json | 10 +++++----- versions.json | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 6bf7c94..b2a26bb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "obsidian-timekeep", - "name": "Obsidian Timekeep", - "version": "1.1.0", + "id": "timekeep", + "name": "Timekeep", + "version": "1.1.1", "minAppVersion": "0.15.0", "description": "Time tracking within Obsidian", "author": "Jacobtread", - "authorUrl": "https://obsidian.md", - "fundingUrl": "https://obsidian.md/pricing", + "authorUrl": "https://jacobtread.com", + "fundingUrl": "https://www.buymeacoffee.com/jacobtread", "isDesktopOnly": false } \ No newline at end of file diff --git a/versions.json b/versions.json index 6f188e1..c236f7f 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.2": "0.15.0", "1.0.3": "0.15.0", "1.0.4": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.1.1": "0.15.0" } \ No newline at end of file