diff --git a/package-lock.json b/package-lock.json index 16748d82b..23253e53a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "excalibur", - "version": "0.28.6", + "version": "0.29.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "excalibur", - "version": "0.28.6", + "version": "0.29.0", "license": "BSD-2-Clause", "dependencies": { "core-js": "3.35.1" diff --git a/package.json b/package.json index 4bd4a26bb..eb9f305d2 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "excalibur", "sideEffects": false, - "version": "0.28.7", - "exNextVersion": "0.29.0", + "version": "0.29.0", + "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", "homepage": "https://github.com/excaliburjs/Excalibur",