Preparing for 3.54

This commit is contained in:
Richard Davey 2021-03-10 11:53:37 +00:00
parent e2f19617f3
commit dd448f505a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "phaser",
"version": "3.53.1",
"version": "3.54.0-dev",
"release": "Anastasia",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",

View file

@ -20,7 +20,7 @@ var CONST = {
* @type {string}
* @since 3.0.0
*/
VERSION: '3.53.1',
VERSION: '3.54.0-dev',
BlendModes: require('./renderer/BlendModes'),