Skip to content

Commit edbe9f9

Browse files
committed
v2.0
1 parent 3bb46ef commit edbe9f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/extension/src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/webextension.json",
33
"manifest_version": 2,
44
"name": "MCP Browser Kit",
5-
"version": "1.0",
5+
"version": "2.0.0",
66

77
"description": "Allow MCP Browser Kit to interact with the browser.",
88
"permissions": ["tabs", "activeTab", "scripting", "<all_urls>"],

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcp-browser-kit/server",
3-
"version": "1.0.9",
3+
"version": "2.0.0",
44
"packageManager": "yarn@4.8.0",
55
"homepage": "https://github.com/ndthanhdev/mcp-browser-kit",
66
"bin": {

0 commit comments

Comments
 (0)