From 16dea393c9b9a6df231e8699cc00fe8ee43e6dc6 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 31 Aug 2016 17:01:47 -0700 Subject: [PATCH] Bump version to 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 178a0fb..446ba4d 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.1" +version = "0.2.2" [dependencies] ncurses = "5.80.0"