Skip to content

Commit 413c81e

Browse files
committed
Preparing for 2.3.1 development.
1 parent f23ab1f commit 413c81e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phaser",
3-
"version": "2.3.0",
4-
"release": "Tarabon",
3+
"version": "2.3.1",
4+
"release": "Katar",
55
"description": "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/master/phaser-logo-small.png",

src/Phaser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
var Phaser = Phaser || {
1212

13-
VERSION: '2.3.0',
13+
VERSION: '2.3.1-dev',
1414
GAMES: [],
1515

1616
AUTO: 0,

0 commit comments

Comments
 (0)