Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-babu committed Jan 29, 2020
1 parent 2e9e584 commit 6e20e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@akashbabu/lfu-cache",
"version": "1.0.1",
"version": "1.0.2",
"description": "LFU cache implementation with a complexity of `O(1)` for all transactions",
"sideEffects": false,
"main": "lib/lfuCache.js",
Expand Down

0 comments on commit 6e20e8f

Please sign in to comment.