From 50296181bbd55e10aa065cfa45caf8dc146d0375 Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Sun, 3 Oct 2021 19:55:11 -0500 Subject: [PATCH] chore: Update version to v0.25.0 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dcbba88fb..137a3f35d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "excalibur", "sideEffects": false, - "version": "0.1.0-dev", + "version": "0.25.0", + "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", "homepage": "https://github.com/excaliburjs/Excalibur",