mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 14:10:42 +00:00
Swapped to 3.4.0 because of public-facing API changes
This commit is contained in:
parent
e7a1e3190a
commit
d0fc334225
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "phaser",
|
||||
"version": "3.3.1",
|
||||
"version": "3.4.0",
|
||||
"release": "Tetsuo",
|
||||
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
||||
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
|
||||
|
|
|
@ -13,7 +13,7 @@ var CONST = {
|
|||
* @type {string}
|
||||
* @since 3.0.0
|
||||
*/
|
||||
VERSION: '3.3.1',
|
||||
VERSION: '3.4.0',
|
||||
|
||||
BlendModes: require('./renderer/BlendModes'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue