From b324378b2c0d14755064c4efe14e76efe42b3fca Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Wed, 12 Feb 2025 18:08:31 +0000 Subject: [PATCH] Bump all versions to 0.4.1 --- client/package.json | 4 ++-- package.json | 8 ++++---- server/package.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package.json b/client/package.json index 69021c8..29c193f 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector-client", - "version": "0.4.0", + "version": "0.4.1", "description": "Client-side application for the Model Context Protocol inspector", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", @@ -57,4 +57,4 @@ "typescript-eslint": "^8.7.0", "vite": "^5.4.8" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index cf06f70..3593ee0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector", - "version": "0.4.0", + "version": "0.4.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.3.0", - "@modelcontextprotocol/inspector-server": "0.3.0", + "@modelcontextprotocol/inspector-client": "0.4.1", + "@modelcontextprotocol/inspector-server": "0.4.1", "concurrently": "^9.0.1", "shell-quote": "^1.8.2", "spawn-rx": "^5.1.0", @@ -45,4 +45,4 @@ "@types/shell-quote": "^1.7.5", "prettier": "3.3.3" } -} +} \ No newline at end of file diff --git a/server/package.json b/server/package.json index eb711f5..9522a73 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector-server", - "version": "0.4.0", + "version": "0.4.1", "description": "Server-side application for the Model Context Protocol inspector", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", @@ -32,4 +32,4 @@ "ws": "^8.18.0", "zod": "^3.23.8" } -} +} \ No newline at end of file