Merge pull request #169 from cubedro/develop

Version 0.0.8
This commit is contained in:
Marian OANCΞA 2015-06-02 01:16:36 +03:00
commit ba94d08ce5
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

@ -1,7 +1,7 @@
{
"name": "eth-netstats",
"description": "Ethereum Network Intelligence dashboard",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"engines": {
"node": "0.12.0",

View File

@ -35,7 +35,7 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, socket, _, toastr)
$scope.latency = 0;
$scope.currentApiVersion = "0.0.11";
$scope.currentApiVersion = "0.0.12";
$scope.predicate = ['-pinned', '-stats.active', '-stats.block.number', 'stats.block.propagation'];
$scope.reverse = false;