mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Preparing for 3.6.1
This commit is contained in:
parent
75b250ba5b
commit
fc4fdc4e3c
3 changed files with 15 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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)",
|
||||
|
|
|
@ -20,7 +20,7 @@ var CONST = {
|
|||
* @type {string}
|
||||
* @since 3.0.0
|
||||
*/
|
||||
VERSION: '3.6.0',
|
||||
VERSION: '3.6.1',
|
||||
|
||||
BlendModes: require('./renderer/BlendModes'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue