Skip to content

Commit

Permalink
release v2.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nnao45 committed Jul 11, 2019
1 parent 0f57118 commit 155e875
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.17"
version = "2.1.18"
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.17](https://img.shields.io/badge/package-v2.1.17-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/v2.1.17)
[![crates](https://img.shields.io/badge/crates.io-v2.1.17-319e8c.svg)](https://crates.io/crates/dntk)
[![docker](https://img.shields.io/badge/docker-v2.1.17-blue.svg)](https://hub.docker.com/r/nnao45/dntk/tags)
[![v2.1.18](https://img.shields.io/badge/package-v2.1.18-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/v2.1.18)
[![crates](https://img.shields.io/badge/crates.io-v2.1.18-319e8c.svg)](https://crates.io/crates/dntk)
[![docker](https://img.shields.io/badge/docker-v2.1.18-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 @@ -37,7 +37,7 @@ dntk is command line's multi-platform ***Interactive*** calculator, [GNU bc](htt
</tr>
</table>

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

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

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

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

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

### Cargo
Expand Down

0 comments on commit 155e875

Please sign in to comment.