3.60 Beta 24 prep

This commit is contained in:
Richard Davey 2023-04-04 18:02:17 +01:00
parent 9a86f95d98
commit 2099546830
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "phaser",
"version": "3.60.0-beta.23",
"version": "3.60.0-beta.24",
"release": "Miku",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
"author": "Richard Davey <rich@photonstorm.com> (https://www.photonstorm.com)",

View file

@ -20,7 +20,7 @@ var CONST = {
* @type {string}
* @since 3.0.0
*/
VERSION: '3.60.0-beta.23',
VERSION: '3.60.0-beta.24',
BlendModes: require('./renderer/BlendModes'),