Preparing for 3.20 dev

This commit is contained in:
Richard Davey 2019-08-28 12:03:38 +01:00
parent 6887e7b4f0
commit 24f0187028
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"name": "phaser",
"version": "3.19.0",
"release": "Naofumi",
"version": "3.20.0-beta1",
"release": "Fitoria",
"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.19.0',
VERSION: '3.20.0-beta1',
BlendModes: require('./renderer/BlendModes'),