From 318fdcfe559aaea52e119e7c563f0291640fb69e Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Fri, 20 May 2022 19:38:01 -0500 Subject: [PATCH] chore: rev version number --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75384f3ca..ae8e6484e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "excalibur", "sideEffects": false, - "version": "0.25.3", - "exNextVersion": "0.26.0", + "version": "0.26.0", + "exNextVersion": "0.27.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",