diff --git a/package-lock.json b/package-lock.json index 1195527e2..361324b60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "excalibur", - "version": "0.29.2", + "version": "0.29.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "excalibur", - "version": "0.29.2", + "version": "0.29.3", "license": "BSD-2-Clause", "dependencies": { "core-js": "3.36.1" diff --git a/package.json b/package.json index 81e61a7fd..3a07acc07 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "excalibur", "sideEffects": false, - "version": "0.29.2", + "version": "0.29.3", "exNextVersion": "0.30.0", "description": "Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.", "author": "https://github.com/excaliburjs/Excalibur/graphs/contributors",