From 2ba90c1968e54770228c6ce6e1ea528fa5b6d235 Mon Sep 17 00:00:00 2001 From: Matthew Sumpter Date: Tue, 31 Oct 2023 13:03:09 -0600 Subject: [PATCH] Bump to version 0.1.1 --- manifest.json | 2 +- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 47b25c4..2e5fedc 100644 --- a/manifest.json +++ b/manifest.json @@ -8,4 +8,4 @@ "authorUrl": "https://matthewsumpter.org", "fundingUrl": "https://www.buymeacoffee.com/buymeacofftu", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index f334d27..e6ab122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tag-page-md", - "version": "0.1.0", + "version": "0.1.1", "description": "An Obsidian Extension for creating pages to capture all note content with a given tag.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..25cfeee 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" -} + "1.0.0": "0.15.0", + "0.1.0": "0.15.0" +} \ No newline at end of file