Skip to content

Commit

Permalink
bumped ethstats client version
Browse files Browse the repository at this point in the history
  • Loading branch information
cubedro committed Apr 7, 2016
1 parent f290106 commit e8afe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e8afe1e

Please sign in to comment.