From e76e57ae53f971dcd1eac8818dd8362e8b0b6e10 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Thu, 1 Aug 2019 00:17:27 +0300 Subject: [PATCH] 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63c34cf..8f7d57b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rbush", - "version": "3.0.0", + "version": "3.0.1", "description": "High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms)", "homepage": "https://github.com/mourner/rbush", "repository": {