chore: bump version

This commit is contained in:
Trey Wallis 2024-04-20 13:28:40 -06:00
parent 56f18d1ea9
commit 786f2009dd
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "vault-explorer",
"name": "Vault Explorer",
"version": "0.0.23",
"version": "0.0.24",
"minAppVersion": "1.4.13",
"description": "Explore your vault in visual format",
"author": "Trey Wallis",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-vault-explorer",
"version": "0.0.23",
"version": "0.0.24",
"description": "Explore your vault in visual format",
"main": "main.js",
"scripts": {

View file

@ -21,5 +21,6 @@
"0.0.20": "1.4.13",
"0.0.21": "1.4.13",
"0.0.22": "1.4.13",
"0.0.23": "1.4.13"
"0.0.23": "1.4.13",
"0.0.24": "1.4.13"
}