mirror of
https://github.com/photonstorm/phaser
synced 2024-11-29 08:01:04 +00:00
Update version number
This commit is contained in:
parent
d8bad16222
commit
0623c6f6bd
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "phaser",
|
"name": "phaser",
|
||||||
"version": "3.60.1",
|
"version": "3.61.0",
|
||||||
"release": "Miku",
|
"release": "Yotsuba",
|
||||||
"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.60.1',
|
VERSION: '3.61.0',
|
||||||
|
|
||||||
BlendModes: require('./renderer/BlendModes'),
|
BlendModes: require('./renderer/BlendModes'),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue