From af31ca2b97c89f056479c6db9fe9fe209077b05b Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 4 Oct 2024 15:47:29 +0100 Subject: [PATCH] 3.85.3 prep --- package.json | 2 +- src/const.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'),