diff --git a/package.json b/package.json index a13bbf574..97e47b5f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaser", - "version": "3.61.0-beta.2", + "version": "3.61.0-beta.3", "release": "Yotsuba", "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.", "author": "Richard Davey (https://www.photonstorm.com)", diff --git a/src/const.js b/src/const.js index 8052e6238..0ac3b2b8f 100644 --- a/src/const.js +++ b/src/const.js @@ -20,7 +20,7 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '3.61.0-beta.2', + VERSION: '3.61.0-beta.3', BlendModes: require('./renderer/BlendModes'),