diff --git a/package.json b/package.json index 51b6a3158..f4ea7cce4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaser", - "version": "4.0.0-beta.2", + "version": "4.0.0-beta.3", "release": "Caladan", "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.", "author": "Richard Davey (https://www.phaser.io)", diff --git a/src/const.js b/src/const.js index 909932228..e6f1539a0 100644 --- a/src/const.js +++ b/src/const.js @@ -20,7 +20,7 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '4.0.0 Beta 2', + VERSION: '4.0.0 Beta 3', /** * Phaser Release Version as displayed in the console.log header URL.