diff --git a/package-lock.json b/package-lock.json index 39a70d1..fa51eaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "js-quadtree", - "version": "3.3.2-alpha.6", + "version": "3.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b2cab48..f768e2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-quadtree", - "version": "3.3.2-alpha.6", + "version": "3.3.2", "description": "A simple quadtree implementation for javascript (nodejs or browser with module bundler).", "main": "dist/index.js", "module": "dist/index.es.js",