From 42f3717115ea4a1d187f5388c88302b9af92bd7f Mon Sep 17 00:00:00 2001 From: JackChen Date: Fri, 3 Apr 2026 14:13:33 +0800 Subject: [PATCH] chore: bump version to 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b185a8c..fc54d44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jackchen_me/open-multi-agent", - "version": "0.1.0", + "version": "0.2.0", "description": "Production-grade multi-agent orchestration framework. Model-agnostic, supports team collaboration, task scheduling, and inter-agent communication.", "type": "module", "main": "dist/index.js",