Ready for 3.61 Beta 3

This commit is contained in:
Richard Davey 2023-09-07 18:15:47 +01:00
parent e06ab0d364
commit 5238c0b193
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "phaser",
"version": "3.61.0-beta.2",
"version": "3.61.0-beta.3",
"release": "Yotsuba",
"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.61.0-beta.2',
VERSION: '3.61.0-beta.3',
BlendModes: require('./renderer/BlendModes'),