Skip to content

Commit 316fcec

Browse files
chore: bump version to 0.3.7
1 parent e869d6e commit 316fcec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-devtools-mcp",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"type": "module",
55
"description": "Next.js development tools MCP server with stdio transport",
66
"license": "MIT",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/vercel/next-devtools-mcp",
77
"source": "github"
88
},
9-
"version": "0.3.6",
9+
"version": "0.3.7",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "next-devtools-mcp",
14-
"version": "0.3.6",
14+
"version": "0.3.7",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)