From a345dbd03e76552d8471115122d03293ad32c054 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Thu, 21 Dec 2017 11:37:16 +0200 Subject: [PATCH] 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d47b45..f97da03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rbush", - "version": "2.0.1", + "version": "2.0.2", "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": {