From 32cd396fe42e27e672556925b2c30635de19e545 Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Fri, 5 Jul 2024 22:47:15 -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 83158edd..1ca7e075 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.18.1", + "version": "1.18.2", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index 1fafe501..1c359c3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.18.1", + "version": "1.18.2", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0e6d7733..9723ac2d 100644 --- a/versions.json +++ b/versions.json @@ -77,5 +77,6 @@ "1.17.1": "1.4.13", "1.17.2": "1.4.13", "1.18.0": "1.4.13", - "1.18.1": "1.4.13" + "1.18.1": "1.4.13", + "1.18.2": "1.4.13" }