Skip to content

Commit cc42a71

Browse files
committed
Preparing 1.1.3 dev branch
1 parent 3e9777e commit cc42a71

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Phaser 1.1
55

66
Phaser is a fast, free and fun open source game framework for making desktop and mobile browser HTML5 games. It uses [Pixi.js](https://github.com/GoodBoyDigital/pixi.js/) internally for fast 2D Canvas and WebGL rendering.
77

8-
Version: 1.1.2 - Released: November 1st 2013
8+
Version: 1.1.3 - Released: -in development-
99

1010
By Richard Davey, [Photon Storm](http://www.photonstorm.com)
1111

@@ -37,6 +37,10 @@ Phaser is everything we ever wanted from an HTML5 game framework. It powers all
3737
Change Log
3838
----------
3939

40+
Version 1.1.3 - in build
41+
42+
*
43+
4044
Version 1.1.2 - November 1st 2013
4145

4246
* New: You'll now find a complete Basic project Template in the resources/Project Templates folder. Will add more complex ones soon.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Phaser",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "HTML5 game framework",
55
"repository": {
66
"type": "git",

src/Phaser.js

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

1212
VERSION: '<%= version %>',
13-
DEV_VERSION: '1.1.2',
13+
DEV_VERSION: '1.1.3',
1414
GAMES: [],
1515
AUTO: 0,
1616
CANVAS: 1,

0 commit comments

Comments
 (0)