diff --git a/package.json b/package.json index b89f221..61c4e83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bloom-filters", - "version": "3.0.0", + "version": "3.0.1", "description": "JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash", "main": "dist/api.js", "type": "commonjs",