Skip to content

Commit b09fa3f

Browse files
committed
Preparing for 3.17 dev
1 parent f9cb897 commit b09fa3f

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## Version 3.17.0 - Togusa - in development
4+
5+
6+
7+
8+
39
## Version 3.16.0 / 3.16.1 - Ishikawa - 5th February 2019
410

511
Phaser 3.16 is a massive update. The single largest in the history of Phaser 3 and it contains _breaking changes_. If you're upgrading from an earlier version please do check the log entries below.

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.16.1",
4-
"release": "Ishikawa",
3+
"version": "3.17.0-beta1",
4+
"release": "Togusa",
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.16.1',
23+
VERSION: '3.17.0',
2424

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

0 commit comments

Comments
 (0)