bumped client version

This commit is contained in:
cubedro 2015-04-28 10:44:23 +03:00
parent abaef56982
commit 1c16448f5b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
$scope.latency = 0;
$scope.currentApiVersion = "0.0.5";
$scope.currentApiVersion = "0.0.6";
$scope.predicate = ['-stats.active', '-stats.block.number', 'stats.block.propagation'];
$scope.reverse = false;