summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-01 21:42:30 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-01 21:42:30 +0800
commit8aec8c7c9879c0bf29e82b89aab9202e2d117698 (patch)
treee396d6f33e9ff88f7d310d7f714c67ac98545c58
parentc1203ee8bede4ad7cd7daaf245d2bfc4ff11cae1 (diff)
New release of tui-react
-rw-r--r--Cargo.lock2
-rw-r--r--tui-react/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 90fef31..c39dc49 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -613,7 +613,7 @@ dependencies = [
[[package]]
name = "tui-react"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"log",
"tui",
diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml
index ff58dc1..acb72c6 100644
--- a/tui-react/Cargo.toml
+++ b/tui-react/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tui-react"
-version = "0.1.2"
+version = "0.2.0"
authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"