Preparing dev branch for 1.1.4

This commit is contained in:
photonstorm
2013-11-29 19:40:28 +00:00
parent d9ffd6afd4
commit 0256117307
10 changed files with 164 additions and 93 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ $(document).ready(function(){
.done(function(data) {
if (data.version !== '1.1.3')
if (data.version !== '1.1.4')
{
$("#upgrade").append(data.version);
$("#upgrade").css('display', 'inline-block');