From e49f330deb0e01d2715a123afdc0ba4816b9bcbf Mon Sep 17 00:00:00 2001 From: 777genius Date: Sun, 17 May 2026 01:53:24 +0300 Subject: [PATCH] chore(release): prepare ui 2.0.0 --- package.json | 2 +- runtime.lock.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 6f100996..93e0c8c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "agent-teams-ai", "type": "module", - "version": "1.3.0", + "version": "2.0.0", "description": "Desktop app for managing AI agent teams, reviews, runtime logs, and provider-aware workflows", "license": "AGPL-3.0", "author": { diff --git a/runtime.lock.json b/runtime.lock.json index 853de4b5..bee63799 100644 --- a/runtime.lock.json +++ b/runtime.lock.json @@ -1,27 +1,27 @@ { - "version": "0.0.33", - "sourceRef": "v0.0.33", + "version": "0.0.34", + "sourceRef": "v0.0.34", "sourceRepository": "777genius/agent_teams_orchestrator", "releaseRepository": "777genius/agent-teams-ai", - "releaseTag": "v1.2.0", + "releaseTag": "v2.0.0", "assets": { "darwin-arm64": { - "file": "agent-teams-runtime-darwin-arm64-v0.0.33.tar.gz", + "file": "agent-teams-runtime-darwin-arm64-v0.0.34.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "darwin-x64": { - "file": "agent-teams-runtime-darwin-x64-v0.0.33.tar.gz", + "file": "agent-teams-runtime-darwin-x64-v0.0.34.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "linux-x64": { - "file": "agent-teams-runtime-linux-x64-v0.0.33.tar.gz", + "file": "agent-teams-runtime-linux-x64-v0.0.34.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "win32-x64": { - "file": "agent-teams-runtime-win32-x64-v0.0.33.zip", + "file": "agent-teams-runtime-win32-x64-v0.0.34.zip", "archiveKind": "zip", "binaryName": "claude-multimodel.exe" }