Merge pull request #292 from cubedro/develop

bumped ethstats client version
This commit is contained in:
Marian OANCΞA 2016-04-07 22:11:23 +03:00
commit 5e3375c212
1 changed files with 1 additions and 1 deletions

View File

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