Preparing for 3.13 development

This commit is contained in:
Richard Davey 2018-09-04 16:01:42 +01:00
parent a533895569
commit 03aeaefe21
3 changed files with 17 additions and 3 deletions

View file

@ -1,5 +1,19 @@
# Change Log
## Version 3.13.0 - Yuuki - 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.12.0 - Silica - 4th September 2018
### FlatTintPipeline Updates

View file

@ -1,7 +1,7 @@
{
"name": "phaser",
"version": "3.12.0",
"release": "Silica",
"version": "3.13.0-beta1",
"release": "Yuuki",
"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.12.0',
VERSION: '3.13.0-beta1',
BlendModes: require('./renderer/BlendModes'),