From 265339f7f481bdb09e69bc4821ded0315b1ca833 Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:07:29 -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 c739319..673281e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.41.0", + "version": "1.41.1", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index fbd593c..e730b76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.41.0", + "version": "1.41.1", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 44ff2df..4566abc 100644 --- a/versions.json +++ b/versions.json @@ -135,5 +135,6 @@ "1.40.0": "1.4.13", "1.40.1": "1.4.13", "1.40.2": "1.4.13", - "1.41.0": "1.4.13" + "1.41.0": "1.4.13", + "1.41.1": "1.4.13" }