3.20.1 prep

This commit is contained in:
Richard Davey 2019-10-14 16:08:52 +01:00
parent 12e26eebef
commit 34caaca2df
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "phaser",
"version": "3.20.0",
"version": "3.20.1-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)",

View file

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