diff --git a/package-lock.json b/package-lock.json index a8e7a74..bbb9142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "heapstash", - "version": "3.1.2", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "heapstash", - "version": "3.1.2", + "version": "3.2.0", "license": "MIT", "dependencies": { "aws-sdk": "^2.1202.0", diff --git a/package.json b/package.json index ddc4cc3..b7873a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heapstash", - "version": "3.1.2", + "version": "3.2.0", "description": "HeapStash is a library that allows for easy caching in Node.js, with many advanced features such as TTL, maximum items in memory cache, external cache support, and more.", "main": "dist/index.js", "types": "dist/index.d.ts",