chore: bump version

This commit is contained in:
DecafDev 2024-07-25 18:54:04 -06:00
parent 90d447ce03
commit b8fa8b31a5
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -112,5 +112,6 @@
"1.30.5": "1.4.13",
"1.31.0": "1.4.13",
"1.31.1": "1.4.13",
"1.32.0": "1.4.13"
"1.32.0": "1.4.13",
"1.32.1": "1.4.13"
}