From dd90bd4ff1df4a5ef51449ce1a20b7b9df1ab690 Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Fri, 2 May 2025 20:26:44 -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 abb4490..ceafc49 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.47.0", + "version": "1.47.1", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index b8d97cf..75f13e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.47.0", + "version": "1.47.1", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8a6b7a5..ac10307 100644 --- a/versions.json +++ b/versions.json @@ -150,5 +150,6 @@ "1.44.6": "1.4.13", "1.45.0": "1.4.13", "1.46.0": "1.4.13", - "1.47.0": "1.4.13" + "1.47.0": "1.4.13", + "1.47.1": "1.4.13" }