From 8596fed80acaddc619dd5f010acac67db418afdf Mon Sep 17 00:00:00 2001 From: Trey Wallis <40307803+trey-wallis@users.noreply.github.com> Date: Sun, 28 Apr 2024 19:08:46 -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 0d626b7..b37e22b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "0.1.0", + "version": "0.2.0", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "Trey Wallis", diff --git a/package.json b/package.json index 486f811..6fb9985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "0.1.0", + "version": "0.2.0", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index be1009e..a1908a1 100644 --- a/versions.json +++ b/versions.json @@ -29,5 +29,6 @@ "0.0.28": "1.4.13", "0.0.29": "1.4.13", "0.0.30": "1.4.13", - "0.1.0": "1.4.13" + "0.1.0": "1.4.13", + "0.2.0": "1.4.13" }