From 946c0c0372e625fd2af74b277cf4f286fcb9c2e2 Mon Sep 17 00:00:00 2001 From: poanse <50020771+poanse@users.noreply.github.com> Date: Fri, 20 Mar 2026 09:58:51 +0300 Subject: [PATCH] bumped version --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {