From 04e947c1d7a74fe838fea8cb9bcc17f667a793f0 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Tue, 28 Mar 2017 19:02:34 -0700 Subject: [PATCH] Bump version to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e68d17c..e760307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "cursive" readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" -version = "0.4.1" +version = "0.5.0" [badges.travis-ci] repository = "gyscos/Cursive"