From 2bd9b85c1c16ea7f860f5b675ba2c4bf8419ce46 Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Fri, 2 May 2025 19:42:49 -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 d5a079c..abb4490 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.46.0", + "version": "1.47.0", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index 5b5ff31..63df4c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.46.0", + "version": "1.47.0", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e637b8e..8a6b7a5 100644 --- a/versions.json +++ b/versions.json @@ -149,5 +149,6 @@ "1.44.5": "1.4.13", "1.44.6": "1.4.13", "1.45.0": "1.4.13", - "1.46.0": "1.4.13" + "1.46.0": "1.4.13", + "1.47.0": "1.4.13" }