diff --git a/package.json b/package.json index cf98129..a177f0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cachu", - "version": "1.0.8", + "version": "1.0.9", "description": "Simple, minimalistic key-value cache.", "main": "src/cachu.js", "scripts": { @@ -12,7 +12,13 @@ "url": "git+https://github.com/azurystudios/cachu.git" }, "keywords": [ - "cache", "minimalistic", "js", "kv", "nodejs", "node", "javascript" + "cache", + "minimalistic", + "js", + "kv", + "nodejs", + "node", + "javascript" ], "author": "Azury (https://azury.dev)", "license": "Apache-2.0", diff --git a/src/cachu.js b/src/cachu.js index a6eafd1..30b6ef2 100644 --- a/src/cachu.js +++ b/src/cachu.js @@ -1,5 +1,5 @@ /*! - * cachu v1.0.7 + * cachu v1.0.9 * © 2021 - Samuel Kopp * Code licensed under Apache-2.0 */