diff --git a/.github/badges/version.svg b/.github/badges/version.svg
index 2db07150..274b436e 100644
--- a/.github/badges/version.svg
+++ b/.github/badges/version.svg
@@ -1 +1 @@
-
+
diff --git a/package.json b/package.json
index 75df660a..ac084a39 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "agent-teams-ai",
"type": "module",
- "version": "2.1.1",
+ "version": "2.1.2",
"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 fb9fb6cc..043037c6 100644
--- a/runtime.lock.json
+++ b/runtime.lock.json
@@ -1,27 +1,27 @@
{
- "version": "0.0.46",
- "sourceRef": "v0.0.46",
+ "version": "0.0.47",
+ "sourceRef": "v0.0.47",
"sourceRepository": "777genius/agent_teams_orchestrator",
"releaseRepository": "777genius/agent-teams-ai",
- "releaseTag": "v2.1.1",
+ "releaseTag": "v2.1.2",
"assets": {
"darwin-arm64": {
- "file": "agent-teams-runtime-darwin-arm64-v0.0.46.tar.gz",
+ "file": "agent-teams-runtime-darwin-arm64-v0.0.47.tar.gz",
"archiveKind": "tar.gz",
"binaryName": "claude-multimodel"
},
"darwin-x64": {
- "file": "agent-teams-runtime-darwin-x64-v0.0.46.tar.gz",
+ "file": "agent-teams-runtime-darwin-x64-v0.0.47.tar.gz",
"archiveKind": "tar.gz",
"binaryName": "claude-multimodel"
},
"linux-x64": {
- "file": "agent-teams-runtime-linux-x64-v0.0.46.tar.gz",
+ "file": "agent-teams-runtime-linux-x64-v0.0.47.tar.gz",
"archiveKind": "tar.gz",
"binaryName": "claude-multimodel"
},
"win32-x64": {
- "file": "agent-teams-runtime-win32-x64-v0.0.46.zip",
+ "file": "agent-teams-runtime-win32-x64-v0.0.47.zip",
"archiveKind": "zip",
"binaryName": "claude-multimodel.exe"
}