From 93bc97c38cfe5235dd6f4b134268cfc9010a4778 Mon Sep 17 00:00:00 2001 From: T Date: Sat, 27 Jan 2018 20:05:06 +0100 Subject: [PATCH] changed version number crossterm to 0.2.0 --- .idea/workspace.xml | 78 ++++++++------------------------------------- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 65 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ebffc43..2d91b20 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,7 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -129,7 +79,6 @@ @@ -360,7 +310,7 @@ - @@ -739,14 +689,6 @@ - - - - - - - - @@ -779,6 +721,14 @@ + + + + + + + + diff --git a/Cargo.toml b/Cargo.toml index 3b9080e..daac209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crossterm" -version = "0.1.0" +version = "0.2.0" authors = ["T Post "] description = "An crossplarform terminal library for manipulating terminals." repository = "https://github.com/TimonPost/crossterm"