Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
angarg12 committed Mar 7, 2015
1 parent c454df6 commit aae3a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/exponential.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ angular.module('incremental',['ngAnimate']).directive('onFinishRender', function
}
}
}).controller('IncCtrl',['$scope','$document','$interval', '$sce', '$filter', '$timeout', function($scope,$document,$interval,$sce,$filter, $timeout) {
$scope.version = '0.10.1';
$scope.version = '0.11';
$scope.Math = window.Math;

const startPlayer = {
Expand Down Expand Up @@ -230,7 +230,7 @@ angular.module('incremental',['ngAnimate']).directive('onFinishRender', function
}

function versionControl(ifImport){
versionComparison = versionCompare($scope.player.version,'0.10.1');
versionComparison = versionCompare($scope.player.version,'0.11');
if(versionComparison === -1 || versionComparison === false){
if(ifImport){
alert("This save is incompatible with the current version.");
Expand Down

0 comments on commit aae3a28

Please sign in to comment.