From c6e5baad80da636955d36e66c8c9455ec3ebf3a9 Mon Sep 17 00:00:00 2001 From: Dan Pickett Date: Thu, 4 Aug 2022 18:23:30 -0400 Subject: [PATCH] v0.0.8 --- manifest.json | 22 +++++++++++----------- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/manifest.json b/manifest.json index 687c12d..29ed907 100644 --- a/manifest.json +++ b/manifest.json @@ -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" +} \ No newline at end of file diff --git a/package.json b/package.json index 3b00fe2..3db4507 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 997bf32..427af38 100644 --- a/versions.json +++ b/versions.json @@ -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" +} \ No newline at end of file