mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Preparing for 3.8.0
This commit is contained in:
parent
7788602518
commit
d90e012898
3 changed files with 18 additions and 3 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
|||
# Change Log
|
||||
|
||||
## Version 3.8.0 - Klein - in development
|
||||
|
||||
### New Features
|
||||
|
||||
### Updates
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
### Examples, Documentation and TypeScript
|
||||
|
||||
My thanks to the following for helping with the Phaser 3 Examples, Docs and TypeScript definitions, either by reporting errors, fixing them or helping author the docs:
|
||||
|
||||
|
||||
|
||||
|
||||
## Version 3.7.1 - Sinon - 8th May 2018
|
||||
|
||||
### New Features
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "phaser",
|
||||
"version": "3.7.1",
|
||||
"release": "Sinon",
|
||||
"version": "3.8.0-beta1",
|
||||
"release": "Klein",
|
||||
"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.7.1',
|
||||
VERSION: '3.8.0.beta1',
|
||||
|
||||
BlendModes: require('./renderer/BlendModes'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue