Preparing 1.1.3 dev branch

This commit is contained in:
photonstorm
2013-11-01 19:05:47 +00:00
parent 3e9777e6f4
commit cc42a71c66
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -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)
@@ -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.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Phaser",
"version": "1.1.2",
"version": "1.1.3",
"description": "HTML5 game framework",
"repository": {
"type": "git",
+1 -1
View File
@@ -10,7 +10,7 @@
var Phaser = Phaser || {
VERSION: '<%= version %>',
DEV_VERSION: '1.1.2',
DEV_VERSION: '1.1.3',
GAMES: [],
AUTO: 0,
CANVAS: 1,