Bump to 1.0.5

This commit is contained in:
ticki 2016-08-01 11:55:24 +02:00
parent a3cc227620
commit 32d62043a7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "termion"
version = "1.0.4"
version = "1.0.5"
authors = ["Ticki <Ticki@users.noreply.github.com>"]
description = "A bindless library for manipulating terminals."
repository = "https://github.com/ticki/termion"

View File

@ -29,7 +29,7 @@ and this crate can generally be considered stable.
```toml
[dependencies]
termion = "1.0.3"
termion = "1.0"
```
## 0.1.0 to 1.0.0 guide