chore: bump version

This commit is contained in:
Trey Wallis 2024-04-20 15:38:40 -06:00
parent 861de6d85a
commit faa2c2fcfc
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -23,5 +23,6 @@
"0.0.22": "1.4.13",
"0.0.23": "1.4.13",
"0.0.24": "1.4.13",
"0.0.25": "1.4.13"
"0.0.25": "1.4.13",
"0.0.26": "1.4.13"
}