Skip to content

Commit ee59425

Browse files
committed
RC3
1 parent c6534a5 commit ee59425

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ For the full list of p2 additions please read [their change log](https://github.
458458
* PIXI.DisplayObject.updateTransform now nulls the _currentBounds property (thanks @gaufqwi #1906)
459459
* Improved the JSON BitmapText implementation (thanks @Feenposhleen #1912 #1837)
460460
* game.make.group did not setup parent correctly (thanks @mthurlin #1911)
461+
* Fix reference error for process in the Device class (thanks @mkristo #1922)
461462

462463
### Deprecated
463464

src/Phaser.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
*/
1111
var Phaser = Phaser || {
1212

13-
VERSION: '2.4.0-RC3',
14-
GAMES: [],
13+
VERSION: '2.4.0-RC3',
14+
15+
GAMES: [],
1516

1617
AUTO: 0,
1718
CANVAS: 1,

0 commit comments

Comments
 (0)