From 6617dd7a1acaccad24d3ad996ae2309849437198 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 12 Dec 2024 14:26:36 +0000 Subject: [PATCH] chore: bump version to 1.0.45 [skip ci] --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index dcee6ea..3563f85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@michaellatman/mcp-get", - "version": "1.0.44", + "version": "1.0.45", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@michaellatman/mcp-get", - "version": "1.0.44", + "version": "1.0.45", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index c73ca59..fd5a1a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@michaellatman/mcp-get", - "version": "1.0.44", + "version": "1.0.45", "description": "A NPX command to install and list packages", "main": "dist/index.js", "scripts": {