diff --git a/manifest.json b/manifest.json index fd98f40..c35a7a9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-taskmap", "name": "Obsidian Taskmap Plugin", - "version": "0.0.7", + "version": "0.0.8", "minAppVersion": "1.12.4", "description": "Plan projects via interactive GUI task trees. No need to move tasks around manually — the automatic layout keeps your structure visually clear and easy to edit.", "author": "poanse", diff --git a/package.json b/package.json index 04b0f99..deaf935 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-taskmap", - "version": "0.0.7", + "version": "0.0.8", "description": "Taskmap plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {