mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 06:00:41 +00:00
Preparing for 3.10 dev work
This commit is contained in:
parent
23d3fe3774
commit
d2981a8576
3 changed files with 13 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue