From 52715b2090ac95673d354b2717a3daea9b47788b Mon Sep 17 00:00:00 2001 From: Victor Bisterfeld Date: Sat, 25 Nov 2023 12:08:59 +0100 Subject: [PATCH] update Obsidian min version, change authorUrl in manifest.json --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 242b619..a59e6b1 100644 --- a/manifest.json +++ b/manifest.json @@ -2,9 +2,9 @@ "id": "issue-tracker-obsidian-plugin", "name": "Issue Tracker", "version": "1.0.0", - "minAppVersion": "0.15.0", + "minAppVersion": "1.3.0", "description": "Link Tasks/Bug references to your issue tracking tool like GitHub/Clickup/Jira etc..", "author": "Victor Bisterfeld", - "authorUrl": "https://gbviktor.de", + "authorUrl": "https://github.com/gbviktor", "isDesktopOnly": false } \ No newline at end of file diff --git a/package.json b/package.json index 2fde5f4..e0d5850 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "5.29.0", "builtin-modules": "3.3.0", "esbuild": "0.17.3", - "obsidian": "latest", + "obsidian": "1.3.0", "tslib": "2.4.0", "typescript": "4.7.4" } diff --git a/versions.json b/versions.json index 26382a1..00b53ac 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.15.0" + "1.0.0": "1.3.0" }