From 146a532df0b8ba18773e02e8262b79fb2276e9da Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 23 Jan 2017 22:55:06 -0800 Subject: [PATCH] Bump version to 0.4.0 --- Cargo.toml | 2 +- Readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8294b76..1be255f 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.3.7" +version = "0.4.0" [badges] travis-ci = { repository = "gyscos/cursive" } diff --git a/Readme.md b/Readme.md index 7be184a..cfbda31 100644 --- a/Readme.md +++ b/Readme.md @@ -14,7 +14,7 @@ It is designed to be safe and easy to use: ```toml [dependencies] -cursive = "0.3" +cursive = "0.4" ``` Or to use the latest git version: