diff --git a/package-lock.json b/package-lock.json index 02a59f8..40455b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@camaro/redis", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@camaro/redis", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "devDependencies": { "@types/mocha": "^8.2.0", diff --git a/package.json b/package.json index d0f414f..88215a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@camaro/redis", - "version": "2.4.0", + "version": "2.4.1", "main": "lib/index.js", "description": "Redis client for node, support resp3 and redis6.", "repository": {