diff --git a/manifest.json b/manifest.json index f5a7e65..d61a981 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "hierarchy", "name": "Hierarchy", - "version": "0.3.1", + "version": "0.4.0", "minAppVersion": "0.17.0", "description": "Display the hierarchy instead of just the file name.", "author": "Kodai Nakamura", diff --git a/package-lock.json b/package-lock.json index e080769..dc3d909 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hierarchy", - "version": "0.3.1", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hierarchy", - "version": "0.3.1", + "version": "0.4.0", "license": "MIT", "dependencies": { "monkey-around": "^3.0.0", diff --git a/package.json b/package.json index ac46e26..762df71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hierarchy", - "version": "0.3.1", + "version": "0.4.0", "description": "This is a hierarchy plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2a998bc..60a6166 100644 --- a/versions.json +++ b/versions.json @@ -37,5 +37,6 @@ "0.2.23": "0.15.0", "0.2.24": "0.15.0", "0.3.0": "0.17.0", - "0.3.1": "0.17.0" + "0.3.1": "0.17.0", + "0.4.0": "0.17.0" } \ No newline at end of file