mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Update version number
This commit is contained in:
parent
e91551b4c5
commit
9febc6b44a
3 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -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'),
|
||||
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue