chore(release): prepare ui 2.0.0

This commit is contained in:
777genius 2026-05-17 01:53:24 +03:00
parent be558927ea
commit e49f330deb
2 changed files with 8 additions and 8 deletions

View file

@ -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": {

View file

@ -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"
}