From ce2d8895d229dc340b1d5864ccde443171ddd8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Lewandowski?= Date: Thu, 6 Dec 2018 17:34:41 +0100 Subject: [PATCH] feat: update steem-wise-core to 3.0.4 --- Dockerfile | 2 +- README.md | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d7d1f6d..fc250a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ CMD ["wise daemon"] ##§ '\n' + data.config.docker.generateDockerfileFrontMatter(data) + '\n' §## LABEL maintainer="The Wise Team (https://wise-team.io/) " -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" ##§ §.## \ No newline at end of file diff --git a/README.md b/README.md index 700766a..9f7361d 100644 --- a/README.md +++ b/README.md @@ -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 jedrzejblew@gmail.com (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). diff --git a/package-lock.json b/package-lock.json index 0c1e212..5e25453 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "steem-wise-cli", - "version": "2.2.5", + "version": "3.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14f5885..b166096 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",