Skip to content

Commit b324378

Browse files
committed
Bump all versions to 0.4.1
1 parent 6d930ec commit b324378

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector-client",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Client-side application for the Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -57,4 +57,4 @@
5757
"typescript-eslint": "^8.7.0",
5858
"vite": "^5.4.8"
5959
}
60-
}
60+
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -33,8 +33,8 @@
3333
"publish-all": "npm publish --workspaces --access public && npm publish --access public"
3434
},
3535
"dependencies": {
36-
"@modelcontextprotocol/inspector-client": "0.3.0",
37-
"@modelcontextprotocol/inspector-server": "0.3.0",
36+
"@modelcontextprotocol/inspector-client": "0.4.1",
37+
"@modelcontextprotocol/inspector-server": "0.4.1",
3838
"concurrently": "^9.0.1",
3939
"shell-quote": "^1.8.2",
4040
"spawn-rx": "^5.1.0",
@@ -45,4 +45,4 @@
4545
"@types/shell-quote": "^1.7.5",
4646
"prettier": "3.3.3"
4747
}
48-
}
48+
}

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector-server",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Server-side application for the Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -32,4 +32,4 @@
3232
"ws": "^8.18.0",
3333
"zod": "^3.23.8"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)