Skip to content

Commit

Permalink
update Obsidian min version, change authorUrl in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gbviktor committed Nov 25, 2023
1 parent 601308f commit 52715b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0.0": "0.15.0"
"1.0.0": "1.3.0"
}

0 comments on commit 52715b2

Please sign in to comment.