diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index c3562a8..1550f98 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.8", + "version": "0.2.9", "author": { "name": "aladac", "url": "https://github.com/aladac" diff --git a/package-lock.json b/package-lock.json index 44575ec..36ee9bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@saiden/browse", - "version": "0.2.8", + "version": "0.2.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@saiden/browse", - "version": "0.2.8", + "version": "0.2.9", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", diff --git a/package.json b/package.json index 2c727a0..cbbed47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saiden/browse", - "version": "0.2.8", + "version": "0.2.9", "description": "Headless browser automation for Claude Code using Playwright WebKit", "type": "module", "main": "dist/index.js",