From ddb15b57ace9bf4cf55fd65c699a9d18bb97ba3b Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:37:00 -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 1df605a..5f75d7c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.44.1", + "version": "1.44.2", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index 2d9a7a8..c5f9084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.44.1", + "version": "1.44.2", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 021fd19..19856d4 100644 --- a/versions.json +++ b/versions.json @@ -142,5 +142,6 @@ "1.43.0": "1.4.13", "1.43.1": "1.4.13", "1.44.0": "1.4.13", - "1.44.1": "1.4.13" + "1.44.1": "1.4.13", + "1.44.2": "1.4.13" }