From 2360454f4a1d88190499dbfa5d79efbaa1ff7170 Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Fri, 2 May 2025 21:02:11 -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 2c3b884..1146667 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.47.3", + "version": "1.47.4", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index bac241c..f920f77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.47.3", + "version": "1.47.4", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 4b7b41d..b3c87da 100644 --- a/versions.json +++ b/versions.json @@ -153,5 +153,6 @@ "1.47.0": "1.4.13", "1.47.1": "1.4.13", "1.47.2": "1.4.13", - "1.47.3": "1.4.13" + "1.47.3": "1.4.13", + "1.47.4": "1.4.13" }