Skip to content

Commit

Permalink
Preparing 1.1.3 dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Nov 1, 2013
1 parent 3e9777e commit cc42a71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Phaser 1.1

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.

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

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

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

Version 1.1.3 - in build

*

Version 1.1.2 - November 1st 2013

* New: You'll now find a complete Basic project Template in the resources/Project Templates folder. Will add more complex ones soon.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Phaser",
"version": "1.1.2",
"version": "1.1.3",
"description": "HTML5 game framework",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/Phaser.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
var Phaser = Phaser || {

VERSION: '<%= version %>',
DEV_VERSION: '1.1.2',
DEV_VERSION: '1.1.3',
GAMES: [],
AUTO: 0,
CANVAS: 1,
Expand Down

0 comments on commit cc42a71

Please sign in to comment.