From d90e012898b2ea9bd0997e7ab00504dbae61c139 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 9 May 2018 11:23:41 +0100 Subject: [PATCH] Preparing for 3.8.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 4 ++-- src/const.js | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f3b6c49..561503b7f 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index ea86e06a8..8a7f4a63e 100644 --- a/package.json +++ b/package.json @@ -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 (http://www.photonstorm.com)", "logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png", diff --git a/src/const.js b/src/const.js index 6ffa4b689..894369d44 100644 --- a/src/const.js +++ b/src/const.js @@ -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'),