Skip to content

Commit

Permalink
add upgrade&rebuild server,1.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bycnck committed Dec 26, 2017
1 parent 6e19157 commit 0114083
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function verifyGenesisBlock(scope, block) {
function main() {
process.stdin.resume();

var version = '1.3.4';
var version = '1.3.5';
program
.version(version)
.option('-c, --config <path>', 'Config file path')
Expand Down
2 changes: 1 addition & 1 deletion aschd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

readonly PROG_DIR=$(pwd)
readonly PID_FILE=$PROG_DIR/asch.pid
readonly IPS=("https://www.asch.io/downloads-International" "http://222.161.26.209:999-Chinese")
readonly IPS=("https://www.asch.io/downloads-International" "http://125.32.110.138:9999/downloads-Chinese" "http://39.107.52.143-Chinese")

function read_port() {
echo `cat $PROG_DIR/config.json |grep '"port"'|head -n 1| awk -F "[:,]" '{print$2}'|tr -d ' '`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asch",
"version": "1.3.4",
"version": "1.3.5",
"private": true,
"scripts": {
"start": "node app.js",
Expand Down
2 changes: 1 addition & 1 deletion public/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asch-frontend",
"description": "asch frontend",
"version": "1.3.4",
"version": "1.3.5",
"private": true,
"scripts": {
"postinstall": "npm run build",
Expand Down

0 comments on commit 0114083

Please sign in to comment.