Skip to content

Commit

Permalink
chore: semver 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Dec 20, 2018
1 parent c8d7eb1 commit 96b2be9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/) <contact@wiseteam.io>"
LABEL vote.wise.wise-version="3.1.0-rc.1"
LABEL vote.wise.wise-version="3.1.0"
LABEL vote.wise.license="MIT"
LABEL vote.wise.repository="steem-wise-cli"
##§ §.##
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": "3.1.0-rc.1",
"version": "3.1.0",
"description": "Vote delegation system for STEEM blockchain: cli tool for delegators",
"main": "dist/index.js",
"bin": {
Expand All @@ -16,7 +16,7 @@
"lodash": "^4.17.11",
"ow": "^0.8.0",
"prompt": "^1.0.0",
"steem-wise-core": "^3.1.0-rc.1"
"steem-wise-core": "^3.1.0"
},
"devDependencies": {
"@commitlint/cli": "^7.1.2",
Expand Down

0 comments on commit 96b2be9

Please sign in to comment.