bumped client version

This commit is contained in:
cubedro 2015-06-02 18:20:00 +03:00
parent f81773a348
commit b0117b2490
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -35,7 +35,7 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, $localStorage, soc
$scope.latency = 0;
$scope.currentApiVersion = "0.0.12";
$scope.currentApiVersion = "0.0.13";
$scope.predicate = $localStorage.predicate || ['-pinned', '-stats.active', '-stats.block.number', 'stats.block.propagation'];
$scope.reverse = $localStorage.reverse || false;

View File

@ -536,7 +536,7 @@ angular.module('netStatsApp.filters', [])
return 'text-danger';
if(compareVersions(info.client, '<', current))
return 'text-warning';
return 'text-danger';
return 'hidden';
};