Skip to content

Commit

Permalink
feat: update steem-wise-core to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Dec 6, 2018
1 parent 55594b3 commit ce2d889
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CMD ["wise daemon"]

##§ '\n' + data.config.docker.generateDockerfileFrontMatter(data) + '\n' §##
LABEL maintainer="The Wise Team (https://wise-team.io/) <[email protected]>"
LABEL vote.wise.wise-version="2.2.5"
LABEL vote.wise.wise-version="3.0.4"
LABEL vote.wise.license="MIT"
LABEL vote.wise.repository="steem-wise-cli"
##§ §.##
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ A block number that you can see above is the number of block, in which there is
## Where to get help?
- Feel free to talk with us on our chat: [https://discordapp.com/invite/CwxQDbG](https://discordapp.com/invite/CwxQDbG) .
- You can read [The Wise Manual](https://wise.vote/introduction)
- You can read [The Wise Manual](https://docs.wise.vote)
- You can also contact Jędrzej at [email protected] (if you think that you found a security issue, please contact me quickly).
You can also ask questions as issues in appropriate repository: See [issues for this repository](https://github.com/wise-team/steem-wise-cli/issues).
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "steem-wise-cli",
"version": "2.2.5",
"version": "3.0.4",
"description": "Vote delegation system for STEEM blockchain: cli tool for delegators",
"main": "dist/app.js",
"bin": {
Expand All @@ -15,7 +15,7 @@
"js-yaml": "^3.12.0",
"lodash": "^4.17.11",
"prompt": "^1.0.0",
"steem-wise-core": "^2.2.5"
"steem-wise-core": "^3.0.4"
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
Expand Down

0 comments on commit ce2d889

Please sign in to comment.