Preparing for 3.6.1

This commit is contained in:
Richard Davey 2018-04-19 22:47:10 +01:00
parent 75b250ba5b
commit fc4fdc4e3c
3 changed files with 15 additions and 2 deletions

View file

@ -1,5 +1,18 @@
# Change Log
## Version 3.6.1 - Asuna - in development
### New Features
* The Phaser 3 Labs has gained a nifty 'search' feature box thanks to @NemoStein - it allows you to filter out the example categories.
### Updates
### Bug Fixes
## Version 3.6.0 - Asuna - 19th April 2018
### New Features

View file

@ -1,6 +1,6 @@
{
"name": "phaser",
"version": "3.6.0",
"version": "3.6.1",
"release": "Asuna",
"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)",

View file

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