Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Jan 12, 2024
1 parent e91551b commit 9febc6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://www.photonstorm.com)",
"homepage": "https://phaser.io",
Expand Down
2 changes: 1 addition & 1 deletion src/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),

Expand Down
2 changes: 1 addition & 1 deletion src/gameobjects/container/Container.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 9febc6b

Please sign in to comment.