From f1b02baab439c6ce5f99251ca75bbdcd9bf2f952 Mon Sep 17 00:00:00 2001 From: mjsumpter Date: Sun, 4 Aug 2024 10:00:36 -0600 Subject: [PATCH] Bump to version 1.1.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 247efdb..78eea34 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tag-page-md", "name": "Tag Page", - "version": "1.0.3", + "version": "1.1.0", "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", diff --git a/package.json b/package.json index 43e89eb..d33364e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tag-page-md", - "version": "1.0.3", + "version": "1.1.0", "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 4ad8322..e87fb14 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.1.2": "0.15.0", "0.1.3": "0.15.0", "1.0.2": "0.15.0", - "1.0.3": "0.15.0" + "1.0.3": "0.15.0", + "1.1.0": "0.15.0" } \ No newline at end of file