Skip to content

Commit

Permalink
release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nnao45 committed May 29, 2019
1 parent b682487 commit c6dddff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
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.0.9"
version = "2.1.0"
authors = ["nnao45 <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# dntk
[![Travis CI](https://travis-ci.org/nnao45/dntk.svg?branch=master)](https://travis-ci.org/nnao45/dntk)
[![v2.0.9](https://img.shields.io/badge/package-v2.0.9-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/v2.0.9)
[![crates](https://img.shields.io/badge/crates.io-v2.0.9-319e8c.svg)](https://crates.io/crates/dntk)
[![docker](https://img.shields.io/badge/docker-v2.0.9-blue.svg)](https://hub.docker.com/r/nnao45/dntk/tags)
[![v2.1.0](https://img.shields.io/badge/package-v2.1.0-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/v2.1.0)
[![crates](https://img.shields.io/badge/crates.io-v2.1.0-319e8c.svg)](https://crates.io/crates/dntk)
[![docker](https://img.shields.io/badge/docker-v2.1.0-blue.svg)](https://hub.docker.com/r/nnao45/dntk/tags)
[![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/nnao45/dntk/master/LICENSE)
[![platform](https://img.shields.io/badge/platform-%20osx%20|%20linux-orange.svg)]()

Expand Down Expand Up @@ -37,7 +37,7 @@ dntk is command line's ***Interactive*** calculator, [GNU bc](https://www.gnu.or
</tr>
</table>

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

## Install
Expand All @@ -48,14 +48,14 @@ $ brew install nnao45/dntk/dntk

### Linux
```bash
$ wget https://github.com/nnao45/dntk/releases/download/v2.0.9/dntk-v2.0.9-x86_64-unknown-linux-gnu.zip
$ unzip dntk-v2.0.9-x86_64-unknown-linux-gnu.zip
$ wget https://github.com/nnao45/dntk/releases/download/v2.1.0/dntk-v2.1.0-x86_64-unknown-linux-gnu.zip
$ unzip dntk-v2.1.0-x86_64-unknown-linux-gnu.zip
```

if can't move, try...
```bash
$ wget https://github.com/nnao45/dntk/releases/download/v2.0.9/dntk-v2.0.9-x86_64-unknown-linux-musl.zip
$ unzip dntk-v2.0.9-x86_64-unknown-linux-musl.zip
$ wget https://github.com/nnao45/dntk/releases/download/v2.1.0/dntk-v2.1.0-x86_64-unknown-linux-musl.zip
$ unzip dntk-v2.1.0-x86_64-unknown-linux-musl.zip
```

### Cargo
Expand Down

0 comments on commit c6dddff

Please sign in to comment.