diff --git a/manifest.json b/manifest.json index 2a16e5c..03833e4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "open-related-url", "name": "Open Related URL", - "version": "0.0.5", + "version": "0.0.6", "minAppVersion": "0.12.0", "description": "Opens URLs found in a note's YAML frontmatter", "author": "Dan Pickett", diff --git a/package.json b/package.json index 2f98ab1..0220d95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-open-related-url", - "version": "0.0.5", + "version": "0.0.6", "description": "Open a URL related to a note in obsidian", "main": "main.js", "scripts": {