Skip to content

Commit

Permalink
bump version v1.5.0-beta+4
Browse files Browse the repository at this point in the history
  • Loading branch information
sqfasd committed May 19, 2019
1 parent c644937 commit 9b03242
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ const Application = asch.Application
function main() {
process.stdin.resume()

const version = '1.5.0'
const version = '1.5.0-beta+4'
program
.version(version)
.option('-c, --config <path>', 'Config file path')
5 changes: 2 additions & 3 deletions config-testnet.json
Original file line number Diff line number Diff line change
@@ -12,9 +12,8 @@
},
"peers": {
"list": [
{"ip": "101.200.84.232", "port": 4097},
{"ip": "101.200.123.124", "port": 4097},
{"ip": "47.93.137.170", "port": 4097}
{"ip": "47.52.198.118", "port": 4097},
{"ip": "47.94.230.48", "port": 4097}
],
"blackList": [],
"options": {
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asch",
"version": "1.5.0-beta.3",
"version": "1.5.0-beta+4",
"private": true,
"scripts": {
"start": "node app.js",
@@ -13,7 +13,7 @@
],
"author": "Qingfeng Shan <sqf1225@foxmail.com>",
"dependencies": {
"asch-core": "https://github.com/AschPlatform/asch-core/tarball/v1.5.0-beta.3",
"asch-core": "https://github.com/AschPlatform/asch-core/tarball/v1.5.0-beta+4",
"commander": "=2.6.0",
"daemon": "=1.1.0",
"ip": "=1.1.3",

0 comments on commit 9b03242

Please sign in to comment.