From 32d62043a782f1f43b252a9a3520b2d8ef2b3476 Mon Sep 17 00:00:00 2001
From: ticki <ticki@users.noreply.github.com>
Date: Mon, 1 Aug 2016 11:55:24 +0200
Subject: [PATCH] Bump to 1.0.5

---
 Cargo.toml | 2 +-
 README.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 599eb4c8..7529c14d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/README.md b/README.md
index 55194232..986a9ca5 100644
--- a/README.md
+++ b/README.md
@@ -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
-- 
GitLab