diff --git a/manifest.json b/manifest.json index 3effe3e..f0319cd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-taskmap", "name": "Obsidian Taskmap Plugin", - "version": "0.0.4", + "version": "0.0.6", "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 c0e42e1..9cb40d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-taskmap", - "version": "1.0.0", + "version": "0.0.6", "description": "Taskmap plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {