Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
released v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Oct 8, 2021
1 parent 587b9a0 commit 3dbd9ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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 <hello@azury.dev> (https://azury.dev)",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/cachu.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* cachu v1.0.7
* cachu v1.0.9
* © 2021 - Samuel Kopp
* Code licensed under Apache-2.0
*/
Expand Down

0 comments on commit 3dbd9ed

Please sign in to comment.