From 07a5e9015876c6d6af1ef02080e44a4d1438530a Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Sun, 6 Feb 2022 21:17:35 +0100 Subject: [PATCH] build: v0.8.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddf43b3..f3ca06b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-tree-widget" description = "Tree Widget for tui-rs" -version = "0.8.0" +version = "0.8.1" license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" documentation = "https://docs.rs/tui-tree-widget"