From 4bb83a3becd79af9151f3247e8f3da55299f7531 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sat, 25 Jun 2016 19:40:16 -0700 Subject: [PATCH] Bump version to 0.0.2 New Key events --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9049832..043402a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "cursive" readme = "Readme.md" repository = "https://github.com/Gyscos/cursive" -version = "0.0.1" +version = "0.0.2" [dependencies] ncurses = "5.80.0"