From 5ccb925a01c5812e3607d32be439d2f070094103 Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:08:19 -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 e2da7c8..20c02a8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.44.4", + "version": "1.44.5", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index 8b1bf81..bebf623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.44.4", + "version": "1.44.5", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ac06f0a..db7c675 100644 --- a/versions.json +++ b/versions.json @@ -145,5 +145,6 @@ "1.44.1": "1.4.13", "1.44.2": "1.4.13", "1.44.3": "1.4.13", - "1.44.4": "1.4.13" + "1.44.4": "1.4.13", + "1.44.5": "1.4.13" }