Bump version to 0.1.0

This commit is contained in:
EOS Classic 2018-09-16 04:05:18 +09:00
parent 8c2e983bef
commit 4b671ba1af
No known key found for this signature in database
GPG Key ID: 0D626A44301D8C5E
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "eth-netstats", "name": "eth-netstats",
"version": "0.0.9", "version": "0.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "eth-netstats", "name": "eth-netstats",
"description": "Ethereum Network Intelligence dashboard", "description": "Ethereum Network Intelligence dashboard",
"version": "0.0.9", "version": "0.1.0",
"scripts": { "scripts": {
"dist": "grunt", "dist": "grunt",
"start": "node ./bin/www" "start": "node ./bin/www"