From 9c16ac149b4810cd75c3ea8d1b20f088e9e82dda Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 20 Jul 2016 21:40:06 -0700 Subject: [PATCH] Bump version to 0.1.0 --- Cargo.toml | 2 +- Readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f47d32a..c9483b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "cursive" readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" -version = "0.0.4" +version = "0.1.0" exclude = ["doc", "assets"] [dependencies] diff --git a/Readme.md b/Readme.md index 27e2a99..2ac1a67 100644 --- a/Readme.md +++ b/Readme.md @@ -12,7 +12,7 @@ It is designed to be safe and easy to use: ``` [dependencies] -cursive = "0.0.4" +cursive = "0.1" ``` Or to use the latest git version: