From 167d5a32b014a79cb34e765fd9e039baf49d2259 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Tue, 14 May 2019 13:44:03 -0700 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7d2df6..c8783ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rbush", - "version": "2.0.2", + "version": "3.0.0", "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": {