chore: bump version

This commit is contained in:
Trey Wallis 2024-04-20 16:00:59 -06:00
parent 66dd67cacd
commit 4cdc8febd4
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "vault-explorer",
"name": "Vault Explorer",
"version": "0.0.27",
"version": "0.0.28",
"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.27",
"version": "0.0.28",
"description": "Explore your vault in visual format",
"main": "main.js",
"scripts": {

View file

@ -25,5 +25,6 @@
"0.0.24": "1.4.13",
"0.0.25": "1.4.13",
"0.0.26": "1.4.13",
"0.0.27": "1.4.13"
"0.0.27": "1.4.13",
"0.0.28": "1.4.13"
}