Skip to content

Commit

Permalink
release v2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nnao45 committed Jun 6, 2019
1 parent 877edf3 commit f5aa182
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.13"
version = "2.1.14"
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.13](https://img.shields.io/badge/package-v2.1.13-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/v2.1.13)
[![crates](https://img.shields.io/badge/crates.io-v2.1.13-319e8c.svg)](https://crates.io/crates/dntk)
[![docker](https://img.shields.io/badge/docker-v2.1.13-blue.svg)](https://hub.docker.com/r/nnao45/dntk/tags)
[![vv2.1.14](https://img.shields.io/badge/package-vv2.1.14-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/vv2.1.14)
[![crates](https://img.shields.io/badge/crates.io-vv2.1.14-319e8c.svg)](https://crates.io/crates/dntk)
[![docker](https://img.shields.io/badge/docker-vv2.1.14-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|%20freebsd%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.13***
## ***Current dntk's version: vv2.1.14***
Download Page: https://github.com/nnao45/dntk/releases/latest

## Platform
Expand All @@ -59,20 +59,20 @@ $ brew install nnao45/dntk/dntk

### Linux
```bash
$ wget https://github.com/nnao45/dntk/releases/download/v2.1.13/dntk-v2.1.13-x86_64-unknown-linux-musl.zip
$ unzip dntk-v2.1.13-x86_64-unknown-linux-musl.zip
$ wget https://github.com/nnao45/dntk/releases/download/vv2.1.14/dntk-vv2.1.14-x86_64-unknown-linux-musl.zip
$ unzip dntk-vv2.1.14-x86_64-unknown-linux-musl.zip
```

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

### FreeBSD
```bash
$ wget https://github.com/nnao45/dntk/releases/download/v2.1.13/dntk-v2.1.13-x86_64-unknown-freebsd.zip
$ unzip dntk-v2.1.13-x86_64-unknown-freebsd.zip
$ wget https://github.com/nnao45/dntk/releases/download/vv2.1.14/dntk-vv2.1.14-x86_64-unknown-freebsd.zip
$ unzip dntk-vv2.1.14-x86_64-unknown-freebsd.zip
```

### Cargo
Expand Down

0 comments on commit f5aa182

Please sign in to comment.