diff --git a/package-lock.json b/package-lock.json index 4c5fba7..3abaa8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "heapstash", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d61493f..1067834 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heapstash", - "version": "1.1.0", + "version": "1.1.1", "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": "index.js", "scripts": {