From 6fd47f443ec753cc0cde719957d21e41b9ade4ed Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Thu, 4 Aug 2016 20:04:04 -0700 Subject: [PATCH] Bump version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a5fc5b..178a0fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "cursive" readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" -version = "0.2.0" +version = "0.2.1" [dependencies] ncurses = "5.80.0"