From a208f2802c89f7737786b812ee0a3bff0040f99c Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Sun, 18 Jan 2026 11:32:37 -0600 Subject: [PATCH] chore: bump version to 0.6.0 --- 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 f54e503..e0b3c02 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-browser" -version = "0.5.0" +version = "0.6.0" dependencies = [ "libc", "serde", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 71d5efe..f49de10 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.5.0" +version = "0.6.0" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 9e5244a..911bf85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.5.0", + "version": "0.6.0", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",