diff --git a/package.json b/package.json index 06181f54..3b44ea21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "detect-collisions", - "version": "9.4.3", + "version": "9.4.4", "description": "detecting collisions between bodies: Points, Lines, Boxes, Polygons (Concave too), Ellipses and Circles. Also RayCasting. All bodies can have offset, rotation, scale, bounding box padding, can be static (non moving) or be trigger bodies (non colliding).", "main": "dist/index.js", "types": "dist/index.d.ts",