From fc4fdc4e3c5bd977766cbd9d5ffeb61f065a8e93 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 19 Apr 2018 22:47:10 +0100 Subject: [PATCH] Preparing for 3.6.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- src/const.js | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff933a23..82fa2150e 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index 657fb9330..c18ec2dbf 100644 --- a/package.json +++ b/package.json @@ -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 (http://www.photonstorm.com)", diff --git a/src/const.js b/src/const.js index 1cd445947..4c9734ef5 100644 --- a/src/const.js +++ b/src/const.js @@ -20,7 +20,7 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '3.6.0', + VERSION: '3.6.1', BlendModes: require('./renderer/BlendModes'),