From d4d6a4c30831e9695e4c222d9f41e6fb40103f18 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Tue, 6 Aug 2024 18:41:11 +0100 Subject: [PATCH] Beta 3 tag --- package.json | 2 +- src/const.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 79e1af76f4..eaded10079 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaser", - "version": "3.85.0-beta.2", + "version": "3.85.0-beta.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 37416258ee..efc72e743f 100644 --- a/src/const.js +++ b/src/const.js @@ -20,7 +20,7 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '3.85.0 Beta 2', + VERSION: '3.85.0 Beta 3', BlendModes: require('./renderer/BlendModes'),