Skip to content

Commit 6fe6a16

Browse files
committed
Preparing for 3.3.1
1 parent 43c91a6 commit 6fe6a16

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## Version 3.3.1 - Tetsuo - In Development
4+
5+
6+
37
## Version 3.3.0 - Tetsuo - 22nd March 2018
48

59
A special mention must go to @orblazer for their outstanding assistance in helping to complete the JSDoc data-types, callbacks and type defs across the API.

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.3.0",
3+
"version": "3.3.1",
44
"release": "Tetsuo",
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
@@ -13,7 +13,7 @@ var CONST = {
1313
* @type {string}
1414
* @since 3.0.0
1515
*/
16-
VERSION: '3.3.0',
16+
VERSION: '3.3.1',
1717

1818
BlendModes: require('./renderer/BlendModes'),
1919

0 commit comments

Comments
 (0)