1.1.6 release. The final of the 1.1 branch.

This commit is contained in:
photonstorm
2014-02-24 01:28:13 +00:00
parent 529d210006
commit f4ff4d88fe
194 changed files with 4070 additions and 2236 deletions
+4
View File
@@ -270,6 +270,10 @@
"file": "breakout.js",
"title": "breakout"
},
{
"file": "golf.js",
"title": "golf"
},
{
"file": "invaders.js",
"title": "invaders"
+1 -1
View File
@@ -58,7 +58,7 @@ $(document).ready(function(){
.done(function(data) {
if (data.version !== '1.1.5')
if (data.version !== '1.1.6')
{
$("#upgrade").append(data.version);
$("#upgrade").css('display', 'inline-block');
+1 -1
View File
@@ -163,7 +163,7 @@
<div class="header">
<div class="box100 no-padding">
<div class="phaser-version">
<span>Phaser Version: 1.1.5</span>
<span>Phaser Version: 1.1.6</span>
<a id="upgrade" href="https://github.com/photonstorm/phaser" class="version-button">New version: </a>
</div>
</div>