From a2fe885bf265c80892c9bebe420e7416fd4be1b1 Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:34:27 -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 2ed4979..9886873 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.37.1", + "version": "1.37.2", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index f21a029..b94f925 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.37.1", + "version": "1.37.2", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6ccebc3..a41accf 100644 --- a/versions.json +++ b/versions.json @@ -128,5 +128,6 @@ "1.36.2": "1.4.13", "1.36.3": "1.4.13", "1.37.0": "1.4.13", - "1.37.1": "1.4.13" + "1.37.1": "1.4.13", + "1.37.2": "1.4.13" }