From b8fa8b31a523a382a5fbce8ced4db521622da274 Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:54:04 -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 7d167ee..25382bf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.32.0", + "version": "1.32.1", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index 1cf980b..6f173e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.32.0", + "version": "1.32.1", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 096a046..dbe56c6 100644 --- a/versions.json +++ b/versions.json @@ -112,5 +112,6 @@ "1.30.5": "1.4.13", "1.31.0": "1.4.13", "1.31.1": "1.4.13", - "1.32.0": "1.4.13" + "1.32.0": "1.4.13", + "1.32.1": "1.4.13" }