diff --git a/package.json b/package.json index 8a8d605..b0bb628 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bloom-filters", - "version": "1.3.7", + "version": "1.3.8", "description": "JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash", "main": "dist/api.js", "scripts": {