mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 14:10:42 +00:00
Preparing for 3.12 development
This commit is contained in:
parent
05e6f65d51
commit
41f9277803
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "phaser",
|
||||
"version": "3.11.0",
|
||||
"release": "Leafa",
|
||||
"version": "3.12.0-beta1",
|
||||
"release": "Silica",
|
||||
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
||||
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
|
||||
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",
|
||||
|
|
|
@ -20,7 +20,7 @@ var CONST = {
|
|||
* @type {string}
|
||||
* @since 3.0.0
|
||||
*/
|
||||
VERSION: '3.11',
|
||||
VERSION: '3.12.0-beta1',
|
||||
|
||||
BlendModes: require('./renderer/BlendModes'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue