Skip to content

Commit

Permalink
Made fixes for Obsidian release
Browse files Browse the repository at this point in the history
  • Loading branch information
srz2 committed Oct 24, 2023
1 parent f36ccce commit 91cc2f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "jira-linker",
"name": "JIRA Linker",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"description": "This is a simple plugin which adds a jira linker command",
"author": "Steven Zilberberg",
"authorUrl": "https://github.com/srz2/obsidian-jira-linker",
"authorUrl": "stevenzilberberg.com",
"fundingUrl": "https://www.buymeacoffee.com/kvnfnpycl",
"isDesktopOnly": false
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jira-linker",
"version": "1.0.1",
"version": "1.0.2",
"description": "This is a simple plugin which adds a jira linker command",
"main": "main.js",
"scripts": {
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.1": "0.15.0"
"1.0.2": "0.15.0"
}

0 comments on commit 91cc2f9

Please sign in to comment.