From 9ac4f374b81089c291de12d9e080ecc13ba4cc68 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:24:28 +0900 Subject: [PATCH] 0.3.6 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8214765..0f491cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "takt", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "takt", - "version": "0.3.5", + "version": "0.3.6", "license": "MIT", "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.2.19", diff --git a/package.json b/package.json index 8f9d181..a9f3bb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "takt", - "version": "0.3.5", + "version": "0.3.6", "description": "TAKT: Task Agent Koordination Tool - AI Agent Workflow Orchestration", "main": "dist/index.js", "types": "dist/index.d.ts",