diff --git a/package-lock.json b/package-lock.json index c10f707..c4939b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nrk/nodecache-as-promised", - "version": "1.3.4", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nrk/nodecache-as-promised", - "version": "1.3.4", + "version": "2.0.0", "license": "MIT", "dependencies": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index 1fbf3d9..e895418 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": "1.3.4", + "version": "2.0.0", "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": {