Skip to content

Commit 8e1b3bd

Browse files
committed
Bump Phaser version to 2.7.8
1 parent d8c161a commit 8e1b3bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phaser-ce",
3-
"version": "2.7.7",
4-
"release": "2017-04-20",
3+
"version": "2.7.8",
4+
"release": "2017-05-07",
55
"description": "Phaser CE (Community Edition) is a fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",
77
"logo": "https://raw.github.com/photonstorm/phaser-ce/master/phaser-logo-small.png",

src/Phaser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var Phaser = Phaser || { // jshint ignore:line
1414
* @constant Phaser.VERSION
1515
* @type {string}
1616
*/
17-
VERSION: '2.7.7',
17+
VERSION: '2.7.8',
1818

1919
/**
2020
* An array of Phaser game instances.

0 commit comments

Comments
 (0)