From 5d149afef1b8d121ddb691cee487f98ec3be531b Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Mon, 9 Mar 2026 12:02:00 +0900 Subject: [PATCH] chore(release): bump version to 0.17.0-fork.1 --- 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 43332d2..ebfed55 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.16.3-fork.5" +version = "0.17.0-fork.1" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c2b8017..a523212 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.16.3-fork.5" +version = "0.17.0-fork.1" edition = "2021" description = "Stealth browser automation CLI for AI agents with anti-bot evasions" license = "Apache-2.0" diff --git a/package.json b/package.json index 1786a38..1976b96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.16.3-fork.5", + "version": "0.17.0-fork.1", "description": "Stealth browser automation CLI for AI agents with anti-bot evasions", "type": "module", "main": "dist/daemon.js",