From a4ad85bd7a4cfbfc2069a1123e9b51adac008a89 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Fri, 28 Jun 2024 16:13:23 +0200 Subject: [PATCH] build: v0.21.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e156058..629157f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-tree-widget" description = "Tree Widget for ratatui" -version = "0.20.0" +version = "0.21.0" license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" authors = ["EdJoPaTo "]