chore: bump version

This commit is contained in:
DecafDev 2025-05-02 20:26:44 -06:00
parent f73d6b45d4
commit dd90bd4ff1
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -150,5 +150,6 @@
"1.44.6": "1.4.13",
"1.45.0": "1.4.13",
"1.46.0": "1.4.13",
"1.47.0": "1.4.13"
"1.47.0": "1.4.13",
"1.47.1": "1.4.13"
}