Skip to content

Commit 6772a54

Browse files
committed
Preparing for 3.6.0
1 parent 765730c commit 6772a54

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## Version 3.6.0 - in development
4+
5+
### New Features
6+
7+
### Updates
8+
9+
### Bug Fixes
10+
11+
12+
313
## Version 3.5.1 - Kirito - 17th April 2018
414

515
### Updates

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phaser",
3-
"version": "3.5.1",
3+
"version": "3.6.0",
44
"release": "Kirito",
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)",

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.5.1',
23+
VERSION: '3.6.0',
2424

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

0 commit comments

Comments
 (0)