Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dpickett committed Aug 4, 2022
1 parent 49ef00c commit c6e5baa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
22 changes: 11 additions & 11 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"id": "open-related-url",
"name": "Open Related Url",
"version": "0.0.8",
"minAppVersion": "0.12.0",
"description": "Opens URLs found in a note's YAML frontmatter",
"author": "Dan Pickett",
"authorUrl": "https://danpickett.com",
"isDesktopOnly": false,
"repo": "dpickett/open-related-url",
"branch": "master"
}
"id": "open-related-url",
"name": "Open Related Url",
"version": "0.0.8",
"minAppVersion": "0.12.0",
"description": "Opens URLs found in a note's YAML frontmatter",
"author": "Dan Pickett",
"authorUrl": "https://danpickett.com",
"isDesktopOnly": false,
"repo": "dpickett/open-related-url",
"branch": "master"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-open-related-url",
"version": "0.0.7",
"version": "0.0.8",
"description": "Open a URL related to a note in obsidian",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "0.9.7",
"1.0.1": "0.12.0"
}
"1.0.1": "0.12.0",
"0.0.8": "0.12.0"
}

0 comments on commit c6e5baa

Please sign in to comment.