Swapped to 3.4.0 because of public-facing API changes

This commit is contained in:
Richard Davey 2018-03-27 15:15:22 +01:00
parent e7a1e3190a
commit d0fc334225
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "phaser",
"version": "3.3.1",
"version": "3.4.0",
"release": "Tetsuo",
"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

@ -13,7 +13,7 @@ var CONST = {
* @type {string}
* @since 3.0.0
*/
VERSION: '3.3.1',
VERSION: '3.4.0',
BlendModes: require('./renderer/BlendModes'),