Bump version

This commit is contained in:
Florian Dehau 2017-12-26 22:13:40 +01:00
parent 3e143593ab
commit 7d273b576d
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "tui" name = "tui"
version = "0.1.3" version = "0.2.0"
authors = ["Florian Dehau <work@fdehau.com>"] authors = ["Florian Dehau <work@fdehau.com>"]
description = """ description = """
A library to build rich terminal user interfaces or dashboards 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"] keywords = ["tui", "terminal", "dashboard"]
repository = "https://github.com/fdehau/tui-rs" repository = "https://github.com/fdehau/tui-rs"
license = "MIT" license = "MIT"
exclude = ["docs", ".travis.yml"] exclude = ["docs/*", ".travis.yml"]
[badges] [badges]
travis-ci = { repository = "fdehau/tui-rs" } travis-ci = { repository = "fdehau/tui-rs" }

View file

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