From 4cdc8febd4a1b22ef62fcd645cc28eaaacd0ab86 Mon Sep 17 00:00:00 2001 From: Trey Wallis <40307803+trey-wallis@users.noreply.github.com> Date: Sat, 20 Apr 2024 16:00:59 -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 b7df906..73c2ff0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "0.0.27", + "version": "0.0.28", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "Trey Wallis", diff --git a/package.json b/package.json index 8721b36..728af1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "0.0.27", + "version": "0.0.28", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2eb14ef..062cc42 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "0.0.24": "1.4.13", "0.0.25": "1.4.13", "0.0.26": "1.4.13", - "0.0.27": "1.4.13" + "0.0.27": "1.4.13", + "0.0.28": "1.4.13" }