From 656bd08d51ebbebee8339b2d2f0727becf374581 Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Fri, 4 Feb 2022 21:13:56 -0600 Subject: [PATCH] chore: prep for 0.25.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68e69b8fd..8cc748e87 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "excalibur", "sideEffects": false, - "version": "0.25.2", + "version": "0.25.3", "exNextVersion": "0.26.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",