From 86fb9f11f45a36ee96d1e80b26fd51bcf7310d7b Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Wed, 29 Jun 2016 19:25:42 +0300 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 601639e..ab566f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rbush", - "version": "2.0.0", + "version": "2.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": {