diff --git a/package.json b/package.json index 027c3146a2..6f2c87ad87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaser", - "version": "3.85.2", + "version": "3.85.3", "release": "Itsuki", "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 a62ccf062d..2a94a73433 100644 --- a/src/const.js +++ b/src/const.js @@ -20,7 +20,7 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '3.85.2', + VERSION: '3.85.3', BlendModes: require('./renderer/BlendModes'),