diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 882403d..125430c 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "browse", "description": "Browser automation and image processing tools for Claude Code using Playwright WebKit", - "version": "0.2.6", + "version": "0.2.7", "author": { "name": "aladac", "url": "https://github.com/aladac" diff --git a/package.json b/package.json index 78ed770..021617e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saiden/browse", - "version": "0.2.6", + "version": "0.2.7", "description": "Headless browser automation for Claude Code using Playwright WebKit", "type": "module", "main": "dist/index.js",