From c6b971bc192b29e66790a242ee025a3072cbf9b2 Mon Sep 17 00:00:00 2001 From: JackChen Date: Sun, 5 Apr 2026 13:41:07 +0800 Subject: [PATCH] chore: bump version to 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22ea03f..54012a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jackchen_me/open-multi-agent", - "version": "0.2.0", + "version": "1.0.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",