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