From 6d755ca3b4da6488d849ec3c4e4d95dcdf78521e Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Mon, 24 Jun 2024 03:31:28 -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 0798b9d..d2b6f8f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.15.0", + "version": "1.16.0", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index 7679665..871d6e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.15.0", + "version": "1.16.0", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b9a2c67..e01724a 100644 --- a/versions.json +++ b/versions.json @@ -71,5 +71,6 @@ "1.14.0": "1.4.13", "1.14.1": "1.4.13", "1.14.2": "1.4.13", - "1.15.0": "1.4.13" + "1.15.0": "1.4.13", + "1.16.0": "1.4.13" }