From 786f2009dd6314ca9aa1ad31da1fe32c099795db Mon Sep 17 00:00:00 2001 From: Trey Wallis <40307803+trey-wallis@users.noreply.github.com> Date: Sat, 20 Apr 2024 13:28:40 -0600 Subject: [PATCH] chore: bump version --- 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 ab2bd46..6683e63 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "0.0.23", + "version": "0.0.24", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "Trey Wallis", diff --git a/package.json b/package.json index 8f2096d..1820540 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "0.0.23", + "version": "0.0.24", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 707cf84..8531672 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "0.0.20": "1.4.13", "0.0.21": "1.4.13", "0.0.22": "1.4.13", - "0.0.23": "1.4.13" + "0.0.23": "1.4.13", + "0.0.24": "1.4.13" }