Bump to 3.22

This commit is contained in:
Richard Davey 2019-11-28 10:43:02 +00:00
parent 7607bee0af
commit 352863d664
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "phaser",
"version": "3.21.1",
"version": "3.22.0",
"release": "Senku",
"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.21.1',
VERSION: '3.22.0',
BlendModes: require('./renderer/BlendModes'),