Update version number

This commit is contained in:
Richard Davey 2024-01-12 18:03:09 +00:00
parent e91551b4c5
commit 9febc6b44a
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"name": "phaser",
"version": "3.70.0",
"release": "Yotsuba",
"version": "3.80.0-beta.1",
"release": "Nino",
"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)",
"homepage": "https://phaser.io",

View file

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

View file

@ -1459,7 +1459,7 @@ var Container = new Class({
*
* @method Phaser.GameObjects.Container#onChildDestroyed
* @protected
* @since 3.70.1
* @since 3.80.0
*/
onChildDestroyed: function (gameObject)
{