Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
uniibu committed Oct 7, 2020
1 parent 0b6894f commit bd051c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker run -v ripplet-data:/usr/src/app --name=ripplet-node -d \
-v $HOME/.ripplet/xrp.env:/usr/src/app/xrp.env \
-v $HOME/.ripplet/db.json:/usr/src/app/src/db/db.json \
-v $HOME/.ripplet/logs:/usr/src/app/logs \
unibtc/ripplet:latest
unibtc/ripplet:4.1.0
```

Check Logs to view your withdrawal url
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ripplet",
"version": "4.0.7",
"version": "4.1.0",
"description": "simple ripple wallet",
"main": "index.js",
"bin": {
Expand All @@ -10,9 +10,9 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodevl index.js",
"start": "pm2 flush && pm2 startOrRestart ecosystem.config.js && pm2 logs ripple",
"release:git": "github-release release --user uniibu --repo ripplet --tag v4.0.7 --name \"v4.0.7\" --description \"ripplet wallet release\"",
"release:git": "github-release release --user uniibu --repo ripplet --tag v4.1.0 --name \"v4.1.0\" --description \"ripplet wallet release\"",
"release:now": "yarn release:git",
"build:release": "docker build --no-cache -t unibtc/ripplet:latest -t unibtc/ripplet:4.0.7 . && git add . && git commit -m \"update\" && git push && yarn release:now && docker push unibtc/ripplet:latest && docker push unibtc/ripplet:4.0.7"
"build:release": "docker build --no-cache -t unibtc/ripplet:latest -t unibtc/ripplet:4.1.0 . && git add . && git commit -m \"update\" && git push && yarn release:now && docker push unibtc/ripplet:latest && docker push unibtc/ripplet:4.1.0"
},
"author": "[email protected]",
"license": "MIT",
Expand Down

0 comments on commit bd051c5

Please sign in to comment.