Skip to content

Commit d0fc334

Browse files
committed
Swapped to 3.4.0 because of public-facing API changes
1 parent e7a1e31 commit d0fc334

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.1",
3+
"version": "3.4.0",
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.1',
16+
VERSION: '3.4.0',
1717

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

0 commit comments

Comments
 (0)