Preparing for 3.10 dev work

This commit is contained in:
Richard Davey 2018-05-25 00:21:01 +01:00
parent 23d3fe3774
commit d2981a8576
3 changed files with 13 additions and 3 deletions

View file

@ -1,5 +1,15 @@
# Change Log
## Version 3.10.0 - Hayashi - in development
### New Features
### Updates
### Bug Fixes
## Version 3.9.0 - Yui - 24th May 2018
### New Features

View file

@ -1,7 +1,7 @@
{
"name": "phaser",
"version": "3.9.0",
"release": "Yui",
"version": "3.10.0-beta1",
"release": "Hayashi",
"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.9.0',
VERSION: '3.10.0-beta1',
BlendModes: require('./renderer/BlendModes'),