Skip to content

Commit

Permalink
release v2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nnao45 committed Jun 4, 2019
1 parent 973274c commit e938c94
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

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.1.9"
version = "2.1.10"
authors = ["nnao45 <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
20 changes: 10 additions & 10 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.1.9](https://img.shields.io/badge/package-v2.1.9-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/v2.1.9)
[![crates](https://img.shields.io/badge/crates.io-v2.1.9-319e8c.svg)](https://crates.io/crates/dntk)
[![docker](https://img.shields.io/badge/docker-v2.1.9-blue.svg)](https://hub.docker.com/r/nnao45/dntk/tags)
[![v2.1.10](https://img.shields.io/badge/package-v2.1.10-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/v2.1.10)
[![crates](https://img.shields.io/badge/crates.io-v2.1.10-319e8c.svg)](https://crates.io/crates/dntk)
[![docker](https://img.shields.io/badge/docker-v2.1.10-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%20|%20windows-orange.svg)](https://github.com/nnao45/dntk/releases)

Expand Down Expand Up @@ -38,7 +38,7 @@ dntk is command line's multi-platform ***Interactive*** calculator, [GNU bc](htt
</tr>
</table>

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

## Install
Expand All @@ -49,20 +49,20 @@ $ brew install nnao45/dntk/dntk

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

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

### Windows
```bash
$ wget https://github.com/nnao45/dntk/releases/download/v2.1.9/dntk-v2.1.9-x86_64-pc-windows-msvc.zip
$ unzip dntk-v2.1.9-x86_64-pc-windows-msvc.zip
$ wget https://github.com/nnao45/dntk/releases/download/v2.1.10/dntk-v2.1.10-x86_64-pc-windows-msvc.zip
$ unzip dntk-v2.1.10-x86_64-pc-windows-msvc.zip
```

### Cargo
Expand Down

0 comments on commit e938c94

Please sign in to comment.