From a713d4f058c145a17b76beb423bd41114f97e275 Mon Sep 17 00:00:00 2001 From: 777genius Date: Sun, 19 Apr 2026 08:46:36 +0300 Subject: [PATCH] chore(runtime): bump dev bootstrap to 0.0.3 --- runtime.lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/runtime.lock.json b/runtime.lock.json index e0e70603..54508861 100644 --- a/runtime.lock.json +++ b/runtime.lock.json @@ -1,27 +1,27 @@ { - "version": "0.0.2", - "sourceRef": "v0.0.2", + "version": "0.0.3", + "sourceRef": "v0.0.3", "sourceRepository": "777genius/agent_teams_orchestrator", "releaseRepository": "777genius/claude_agent_teams_ui", "releaseTag": "v1.2.0", "assets": { "darwin-arm64": { - "file": "agent-teams-runtime-darwin-arm64-v0.0.2.tar.gz", + "file": "agent-teams-runtime-darwin-arm64-v0.0.3.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "darwin-x64": { - "file": "agent-teams-runtime-darwin-x64-v0.0.2.tar.gz", + "file": "agent-teams-runtime-darwin-x64-v0.0.3.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "linux-x64": { - "file": "agent-teams-runtime-linux-x64-v0.0.2.tar.gz", + "file": "agent-teams-runtime-linux-x64-v0.0.3.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "win32-x64": { - "file": "agent-teams-runtime-win32-x64-v0.0.2.zip", + "file": "agent-teams-runtime-win32-x64-v0.0.3.zip", "archiveKind": "zip", "binaryName": "claude-multimodel.exe" }