From 5ad83b76ec8cf0b67675346db20673f08f2e958b Mon Sep 17 00:00:00 2001 From: ticki Date: Mon, 24 Jul 2017 18:55:46 +0200 Subject: [PATCH] Bump to 1.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd2495a..0be9051 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termion" -version = "1.4.0" +version = "1.5.0" authors = ["ticki ", "gycos ", "IGI-111 "] description = "A bindless library for manipulating terminals." repository = "https://github.com/ticki/termion"