Preparing for 3.56

This commit is contained in:
Richard Davey 2021-06-01 16:11:42 +01:00
parent 01136d34a1
commit 3dc66c3a43
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"name": "phaser",
"version": "3.55.2",
"release": "Ichika",
"version": "3.56.0",
"release": "Miku",
"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)",
"homepage": "http://phaser.io",

View file

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