From b116264f9053fd81f35c67b340141d3383614053 Mon Sep 17 00:00:00 2001 From: Jerome Date: Wed, 5 Mar 2025 12:55:55 +0000 Subject: [PATCH] Bumped versions of sub packages --- client/package.json | 2 +- package-lock.json | 8 ++++---- server/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/package.json b/client/package.json index 994b204..1b7d4cb 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector-client", - "version": "0.4.1", + "version": "0.5.1", "description": "Client-side application for the Model Context Protocol inspector", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", diff --git a/package-lock.json b/package-lock.json index 1edf0f1..550bb75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@modelcontextprotocol/inspector", - "version": "0.4.1", + "version": "0.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@modelcontextprotocol/inspector", - "version": "0.4.1", + "version": "0.5.1", "license": "MIT", "workspaces": [ "client", @@ -31,7 +31,7 @@ }, "client": { "name": "@modelcontextprotocol/inspector-client", - "version": "0.4.1", + "version": "0.5.1", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", @@ -8041,7 +8041,7 @@ }, "server": { "name": "@modelcontextprotocol/inspector-server", - "version": "0.4.1", + "version": "0.5.1", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", diff --git a/server/package.json b/server/package.json index d58aed8..e64557f 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector-server", - "version": "0.4.1", + "version": "0.5.1", "description": "Server-side application for the Model Context Protocol inspector", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)",