Skip to content

Commit b1c490d

Browse files
committed
Bump version to 2.8.0
1 parent 5a18033 commit b1c490d

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.10",
4-
"release": "2017-05-19",
3+
"version": "2.8.0",
4+
"release": "2017-05-30",
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.10',
17+
VERSION: '2.8.0',
1818

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

0 commit comments

Comments
 (0)