bumped api version

This commit is contained in:
cubedro 2016-02-01 23:20:29 +02:00
parent cbaca99b9e
commit 2a7b1f1b5d
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.0.16";
$scope.currentApiVersion = "0.1.0";
$scope.predicate = $localStorage.predicate || ['-pinned', '-stats.active', '-stats.block.number', 'stats.block.propagation'];
$scope.reverse = $localStorage.reverse || false;