chore: bump version

This commit is contained in:
DecafDev 2024-07-14 11:13:32 -06:00
parent 901abd0ad9
commit 76c42ef2ae
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -91,5 +91,6 @@
"1.23.2": "1.4.13",
"1.24.0": "1.4.13",
"1.24.1": "1.4.13",
"1.24.2": "1.4.13"
"1.24.2": "1.4.13",
"1.25.0": "1.4.13"
}