diff --git a/package-lock.json b/package-lock.json index 4b3a75c..6a91358 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@michaellatman/mcp-get", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@michaellatman/mcp-get", - "version": "1.0.0", + "version": "1.0.1", "dependencies": { "chalk": "^4.1.2", "cli-table3": "^0.6.5", diff --git a/package.json b/package.json index 6cb46cb..08ea15a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@michaellatman/mcp-get", - "version": "1.0.0", + "version": "1.0.1", "description": "A NPX command to install and list packages", "main": "dist/index.js", "scripts": {