Skip to content

Commit

Permalink
release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nnao45 committed Dec 16, 2019
1 parent 7e7f8bb commit 2887268
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ before_script:
- echo $PATH
- git rev-parse HEAD
script: ci/script.sh
before_deploy:
- ci/before_deploy.sh
- if [[ "${TRAVIS_BRANCH}" = "master" ]]; then make docker-release; else make docker-build; fi
before_deploy: ci/before_deploy.sh
deploy:
provider: releases
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dntk"
version = "2.2.0"
version = "2.2.1"
authors = ["nnao45 <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dntk is command line's multi-platform ***Interactive*** calculator, [GNU bc](htt
</tr>
</table>

## ***Current dntk's version: v2.2.0***
## ***Current dntk's version:v2.2.1***
Download Page: https://github.com/nnao45/dntk/releases/latest

## Platform
Expand Down

0 comments on commit 2887268

Please sign in to comment.