From 242b56623867a7a5b81cea5fa619dbd6da8d7c96 Mon Sep 17 00:00:00 2001 From: Matthew Sumpter Date: Wed, 15 Nov 2023 14:37:00 -0700 Subject: [PATCH] Bump to version 0.1.3 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 948fcaa..538af78 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "tag-page-md", "name": "Tag Page", - "version": "0.1.2", + "version": "0.1.3", "minAppVersion": "0.15.0", "description": "Dynamically generate and update tag-specific pages, offering a consolidated view of each tag's references across your vault.", "author": "Matthew Sumpter", "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 8cad6de..3715de7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tag-page-md", - "version": "0.1.2", + "version": "0.1.3", "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 1f1ad99..60983a4 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "0.1.0": "0.15.0", - "0.1.2": "0.15.0" -} + "0.1.2": "0.15.0", + "0.1.3": "0.15.0" +} \ No newline at end of file