Bump version

pull/36/head
Florian Dehau 7 years ago
parent 3e143593ab
commit 7d273b576d

@ -1,6 +1,6 @@
[package]
name = "tui"
version = "0.1.3"
version = "0.2.0"
authors = ["Florian Dehau <work@fdehau.com>"]
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" }

@ -29,7 +29,7 @@
//!
//! ```toml
//! [dependencies.tui]
//! version = "0.1.3"
//! version = "0.2.0"
//! default-features = false
//! features = ['rustbox']
//! ```

Loading…
Cancel
Save