From 05e99ce0d6e8378aee5a24ef841b99f2e423b57f Mon Sep 17 00:00:00 2001 From: Trey Wallis <40307803+trey-wallis@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:14:18 -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 86ee2dd..cb3d7fe 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "0.0.11", + "version": "0.0.12", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "Trey Wallis", diff --git a/package.json b/package.json index 5ea44d1..b6c0c7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "0.0.11", + "version": "0.0.12", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 75b3ebf..688a574 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "0.0.8": "1.4.13", "0.0.9": "1.4.13", "0.0.10": "1.4.13", - "0.0.11": "1.4.13" + "0.0.11": "1.4.13", + "0.0.12": "1.4.13" }