From 8a09702f66d60a17eb641f169d6f41843567338d Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Thu, 4 Aug 2016 19:54:29 -0700 Subject: [PATCH] Bump version to 0.2.0 --- Cargo.toml | 2 +- Readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce349f6..2a5fc5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "cursive" readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" -version = "0.1.1" +version = "0.2.0" [dependencies] ncurses = "5.80.0" diff --git a/Readme.md b/Readme.md index 31384cc..c50c56c 100644 --- a/Readme.md +++ b/Readme.md @@ -15,7 +15,7 @@ It is designed to be safe and easy to use: ``` [dependencies] -cursive = "0.1" +cursive = "0.2" ``` Or to use the latest git version: