Beta 3 tag

This commit is contained in:
Richard Davey 2024-08-06 18:41:11 +01:00
parent cc0bac0214
commit d4d6a4c308
2 changed files with 2 additions and 2 deletions

View file

@ -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 <rich@phaser.io> (https://www.phaser.io)",

View file

@ -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'),