diff --git a/manifest.json b/manifest.json index ceafc49..46a6077 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.47.1", + "version": "1.47.2", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index 75f13e6..94078e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.47.1", + "version": "1.47.2", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ac10307..d40cc1b 100644 --- a/versions.json +++ b/versions.json @@ -151,5 +151,6 @@ "1.45.0": "1.4.13", "1.46.0": "1.4.13", "1.47.0": "1.4.13", - "1.47.1": "1.4.13" + "1.47.1": "1.4.13", + "1.47.2": "1.4.13" }