From e91021a6338e6980d6193ea702d88d1d7d255879 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 8 Feb 2017 16:17:18 -0800 Subject: [PATCH] Bump version to 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85bc834..20ccbb6 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.0" +version = "0.4.1" [badges] travis-ci = { repository = "gyscos/Cursive" }