From 5238c0b193c990406d0c4ba32534b0d585a00815 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 7 Sep 2023 18:15:47 +0100 Subject: [PATCH] Ready for 3.61 Beta 3 --- package.json | 2 +- src/const.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a13bbf574b..97e47b5f91 100644 --- a/package.json +++ b/package.json @@ -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 (https://www.photonstorm.com)", diff --git a/src/const.js b/src/const.js index 8052e6238c..0ac3b2b8fc 100644 --- a/src/const.js +++ b/src/const.js @@ -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'),