From afb68ded936cf2b5baf56a9455b69e75d576c19e Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Tue, 9 Jun 2026 22:47:30 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=200.27.0-fork.21=20=E2=80=94=20?= =?UTF-8?q?multi-client=20relay=20(concurrent=20agents)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index dd0a181..c67233c 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.27.0-fork.20" +version = "0.27.0-fork.21" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5ab36ff..32a2ea6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.27.0-fork.20" +version = "0.27.0-fork.21" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index e5ebefd..051575d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.27.0-fork.20", + "version": "0.27.0-fork.21", "description": "Browser automation CLI for AI agents \u2014 stealth fork with anti-detection", "type": "module", "packageManager": "pnpm@11.1.3",