chore: bump version

This commit is contained in:
DecafDev 2024-07-24 13:15:26 -06:00
parent bfd291e7d6
commit d369a18bc4
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "vault-explorer",
"name": "Vault Explorer",
"version": "1.27.2",
"version": "1.28.0",
"minAppVersion": "1.4.13",
"description": "Explore your vault in visual format",
"author": "DecafDev",

View file

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

View file

@ -101,5 +101,6 @@
"1.26.3": "1.4.13",
"1.27.0": "1.4.13",
"1.27.1": "1.4.13",
"1.27.2": "1.4.13"
"1.27.2": "1.4.13",
"1.28.0": "1.4.13"
}