chore: bump version

This commit is contained in:
DecafDev 2024-09-12 19:08:19 -06:00
parent 3007c2e913
commit 5ccb925a01
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -145,5 +145,6 @@
"1.44.1": "1.4.13",
"1.44.2": "1.4.13",
"1.44.3": "1.4.13",
"1.44.4": "1.4.13"
"1.44.4": "1.4.13",
"1.44.5": "1.4.13"
}