From ae22bda46c9e4ed25bdc909ee70b2e53c3f7a775 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Wed, 4 Mar 2026 11:35:11 +0900 Subject: [PATCH] chore(release): bump to 0.16.1-fork.3 --- cli/Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 853d0ec..9841b35 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.16.1-fork.2" +version = "0.16.1-fork.3" 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 2ef4b1b..6062ae9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.16.1-fork.2", + "version": "0.16.1-fork.3", "description": "Stealth browser automation CLI for AI agents with anti-bot evasions", "type": "module", "main": "dist/daemon.js",