diff --git a/client/package.json b/client/package.json index 8057978..1b9f4eb 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector-client", - "version": "0.2.0", + "version": "0.2.1", "description": "Client-side application for the Model Context Protocol inspector", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", diff --git a/package.json b/package.json index 17e9286..cd2954d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector", - "version": "0.2.0", + "version": "0.2.1", "description": "Model Context Protocol inspector", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", @@ -33,8 +33,8 @@ "publish-all": "npm publish --workspaces --access public && npm publish --access public" }, "dependencies": { - "@modelcontextprotocol/inspector-client": "0.2.0", - "@modelcontextprotocol/inspector-server": "0.2.0", + "@modelcontextprotocol/inspector-client": "0.2.1", + "@modelcontextprotocol/inspector-server": "0.2.1", "concurrently": "^9.0.1" }, "devDependencies": { diff --git a/server/package.json b/server/package.json index 3389ca5..ec7d06a 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector-server", - "version": "0.2.0", + "version": "0.2.1", "description": "Server-side application for the Model Context Protocol inspector", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)",