From 37ac10d54f13b85d16476f8f611ab752aad2ba37 Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Thu, 29 Apr 2021 13:58:03 +0000 Subject: [PATCH] 3.3.4 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1daaacc..de37e7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "js-quadtree", - "version": "3.3.3", + "version": "3.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f2fa6c6..586ec11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-quadtree", - "version": "3.3.3", + "version": "3.3.4", "description": "A simple quadtree implementation for javascript (nodejs or browser with module bundler).", "main": "dist/index.js", "module": "dist/index.es.js",