From 911695e190ed6dd9473caaf6d233fa596d01eb0f Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Fri, 2 May 2025 20:47:30 -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 46a6077..2c3b884 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.47.2", + "version": "1.47.3", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index 94078e4..bac241c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.47.2", + "version": "1.47.3", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d40cc1b..4b7b41d 100644 --- a/versions.json +++ b/versions.json @@ -152,5 +152,6 @@ "1.46.0": "1.4.13", "1.47.0": "1.4.13", "1.47.1": "1.4.13", - "1.47.2": "1.4.13" + "1.47.2": "1.4.13", + "1.47.3": "1.4.13" }