diff --git a/package-lock.json b/package-lock.json index f0ffac1..496400c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "out-of-band-cache", - "version": "1.2.3", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "out-of-band-cache", - "version": "1.2.3", + "version": "1.3.0", "license": "MIT", "dependencies": { "diagnostics": "^2.0.2", diff --git a/package.json b/package.json index bc8caf2..bf56cc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "out-of-band-cache", - "version": "1.2.3", + "version": "1.3.0", "description": "generic cache and refreshing for api clients", "main": "lib/index.js", "types": "typings/index.d.ts",