From 399f186b74de22f02e96522354c8096da0b0c822 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 3 Jul 2017 01:33:05 -0700 Subject: [PATCH] Bump version to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae96838..1e05d26 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.5.1" +version = "0.6.0" [badges.travis-ci] repository = "gyscos/Cursive"