chore: bump version

This commit is contained in:
DecafDev 2025-05-02 21:02:11 -06:00
parent 2df4bca0e4
commit 2360454f4a
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -153,5 +153,6 @@
"1.47.0": "1.4.13",
"1.47.1": "1.4.13",
"1.47.2": "1.4.13",
"1.47.3": "1.4.13"
"1.47.3": "1.4.13",
"1.47.4": "1.4.13"
}