From c676cb43e73c3557f50064b8913ea99cfffdf2d6 Mon Sep 17 00:00:00 2001 From: ticki Date: Sun, 26 Feb 2017 09:37:35 +0100 Subject: [PATCH] Bump to 1.2.0. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1b2e137..010fc23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "termion" -version = "1.1.4" -authors = ["ticki ", "gycos "] +version = "1.2.0" +authors = ["ticki ", "gycos ", "IGI-111 "] description = "A bindless library for manipulating terminals." repository = "https://github.com/ticki/termion" documentation = "https://docs.rs/termion"