Preparing for 3.12 development

This commit is contained in:
Richard Davey 2018-07-13 17:28:08 +01:00
parent 05e6f65d51
commit 41f9277803
2 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -20,7 +20,7 @@ var CONST = {
* @type {string}
* @since 3.0.0
*/
VERSION: '3.11',
VERSION: '3.12.0-beta1',
BlendModes: require('./renderer/BlendModes'),