diff --git a/package.json b/package.json index ab95de2fd..1a764df79 100644 --- a/package.json +++ b/package.json @@ -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 (http://www.photonstorm.com)", diff --git a/src/const.js b/src/const.js index 82daae81e..15282c572 100644 --- a/src/const.js +++ b/src/const.js @@ -13,7 +13,7 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '3.3.1', + VERSION: '3.4.0', BlendModes: require('./renderer/BlendModes'),