fix: version 0.1.0 (not 2.0.0)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-11 15:57:13 -07:00
parent 0b68c0a798
commit effb88ab66
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
---
name: gstack-browse
version: 2.0.0
version: 0.1.0
description: |
Fast web browsing via persistent headless Chromium daemon. Navigate to any URL,
read page content, click elements, fill forms, run JavaScript, take screenshots,
@@ -13,7 +13,7 @@ allowed-tools:
---
# Browse v2: Persistent Browser for Claude Code
# gstack-browse: Persistent Browser for Claude Code
Persistent headless Chromium daemon. First call auto-starts the server (~3s).
Every subsequent call: ~100-200ms. Auto-shuts down after 30 min idle.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gstack-browse",
"version": "2.0.0",
"version": "0.1.0",
"description": "Fast headless browser CLI for AI coding agents. Persistent Chromium daemon with sub-200ms commands.",
"license": "MIT",
"type": "module",