From c9397fc46dfad4224be71900c304f23b17f7e4a8 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Thu, 28 Apr 2022 01:37:09 +0200 Subject: [PATCH] build: v0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 142bb95..d91cb54 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.1" +version = "0.9.0" license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" documentation = "https://docs.rs/tui-tree-widget"