From 7d273b576d8b7ed8a08aed677ccf9999704a6b19 Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Tue, 26 Dec 2017 22:13:40 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2df5c71..ca6dd479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui" -version = "0.1.3" +version = "0.2.0" authors = ["Florian Dehau "] description = """ A library to build rich terminal user interfaces or dashboards @@ -8,7 +8,7 @@ A library to build rich terminal user interfaces or dashboards keywords = ["tui", "terminal", "dashboard"] repository = "https://github.com/fdehau/tui-rs" license = "MIT" -exclude = ["docs", ".travis.yml"] +exclude = ["docs/*", ".travis.yml"] [badges] travis-ci = { repository = "fdehau/tui-rs" } diff --git a/src/lib.rs b/src/lib.rs index 081616f6..6308751a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -29,7 +29,7 @@ //! //! ```toml //! [dependencies.tui] -//! version = "0.1.3" +//! version = "0.2.0" //! default-features = false //! features = ['rustbox'] //! ```