Skip to content

Commit d90e012

Browse files
committed
Preparing for 3.8.0
1 parent 7788602 commit d90e012

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## Version 3.8.0 - Klein - in development
4+
5+
### New Features
6+
7+
### Updates
8+
9+
### Bug Fixes
10+
11+
### Examples, Documentation and TypeScript
12+
13+
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:
14+
15+
16+
17+
318
## Version 3.7.1 - Sinon - 8th May 2018
419

520
### New Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phaser",
3-
"version": "3.7.1",
4-
"release": "Sinon",
3+
"version": "3.8.0-beta1",
4+
"release": "Klein",
55
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
77
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",

src/const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var CONST = {
2020
* @type {string}
2121
* @since 3.0.0
2222
*/
23-
VERSION: '3.7.1',
23+
VERSION: '3.8.0.beta1',
2424

2525
BlendModes: require('./renderer/BlendModes'),
2626

0 commit comments

Comments
 (0)