From c50c0329d9a71c73b6ace7afe50c0076d99201f0 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Sun, 30 Jan 2022 14:42:45 +0100 Subject: [PATCH] build: v0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 86c6126..ddf43b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-tree-widget" description = "Tree Widget for tui-rs" -version = "0.7.0" +version = "0.8.0" license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" documentation = "https://docs.rs/tui-tree-widget"