From e2b8f146ddd5cf729758417ba08f7e0f504fb73b Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Sat, 10 Jan 2026 23:38:45 -0600 Subject: [PATCH] 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8f5058..38eaca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "1.0.0", + "version": "0.1.0", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/index.js",