mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 21:53:59 +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",
|
"name": "phaser",
|
||||||
"version": "3.70.0",
|
"version": "3.80.0-beta.1",
|
||||||
"release": "Yotsuba",
|
"release": "Nino",
|
||||||
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
"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)",
|
"author": "Richard Davey <rich@photonstorm.com> (https://www.photonstorm.com)",
|
||||||
"homepage": "https://phaser.io",
|
"homepage": "https://phaser.io",
|
||||||
|
|
|
@ -20,7 +20,7 @@ var CONST = {
|
||||||
* @type {string}
|
* @type {string}
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
VERSION: '3.70.0',
|
VERSION: '3.80.0-beta.1',
|
||||||
|
|
||||||
BlendModes: require('./renderer/BlendModes'),
|
BlendModes: require('./renderer/BlendModes'),
|
||||||
|
|
||||||
|
|
|
@ -1459,7 +1459,7 @@ var Container = new Class({
|
||||||
*
|
*
|
||||||
* @method Phaser.GameObjects.Container#onChildDestroyed
|
* @method Phaser.GameObjects.Container#onChildDestroyed
|
||||||
* @protected
|
* @protected
|
||||||
* @since 3.70.1
|
* @since 3.80.0
|
||||||
*/
|
*/
|
||||||
onChildDestroyed: function (gameObject)
|
onChildDestroyed: function (gameObject)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue