Preparing for 1.1.5 development.

This commit is contained in:
photonstorm
2014-02-05 21:02:41 +00:00
parent fd68a2fe3a
commit eddce653e9
6 changed files with 183 additions and 183 deletions
-15
View File
@@ -1,15 +0,0 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2014 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* @overview
*
* Many thanks to Adam Saltsman (@ADAMATOMIC) for creating Flixel, from which both Phaser and my love of game development originate.
*
* "If you want your children to be intelligent, read them fairy tales."<br />
* "If you want them to be more intelligent, read them more fairy tales."<br />
* -- Albert Einstein
*/
+1 -1
View File
@@ -10,7 +10,7 @@
var Phaser = Phaser || {
VERSION: '<%= version %>',
DEV_VERSION: '1.1.4',
DEV_VERSION: '1.1.5',
GAMES: [],
AUTO: 0,