diff --git a/package-lock.json b/package-lock.json index c44891c..e767bd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nrk/nodecache-as-promised", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nrk/nodecache-as-promised", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index 196f197..d8328a3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/nrkno/nodecache-as-promised/issues" }, "homepage": "https://github.com/nrkno/nodecache-as-promised#readme", - "version": "2.0.0", + "version": "2.0.1", "description": "NodeJs in-memory cache with Promise support. Extendable with middlewares. Middlewares provided: Distributed invalidation and persistence of cache misses", "main": "lib/index.js", "scripts": {