diff --git a/package-lock.json b/package-lock.json index 6f137d9daa..3072740667 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "redis", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "redis", - "version": "4.0.3", + "version": "4.0.4", "license": "MIT", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index 9c2b6bca20..c1b4e3bd8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "redis", "description": "A modern, high performance Redis client", - "version": "4.0.3", + "version": "4.0.4", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts",