Skip to content

Commit

Permalink
1.1.1t in config and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vekexasia committed Aug 2, 2018
1 parent 4718db9 commit 9c2aff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions etc/testnet/config.json
@@ -1,7 +1,7 @@
{
"port": 5566,
"address": "0.0.0.0",
"version": "1.1.0t",
"version": "1.1.1t",
"fileLogLevel": "info",
"logFileName": "logs/rise-testnet.log",
"consoleLogLevel": "info",
Expand Down Expand Up @@ -97,4 +97,4 @@
"loadPerIteration": 5000
},
"nethash": "e90d39ac200c495b97deb6d9700745177c7fc4aa80a404108ec820cbeced054c"
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Rise-node",
"version": "1.1.0t",
"version": "1.1.1t",
"private": true,
"scripts": {
"start": "node app.js",
Expand Down

0 comments on commit 9c2aff3

Please sign in to comment.