From 3aa5060d31817992e48f883989eb52fd24529fc2 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 3 May 2021 10:58:08 +0200 Subject: [PATCH] chore: v0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c9e1cd..37c5fde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-tree-widget" description = "Tree Widget for tui-rs" -version = "0.5.0" +version = "0.6.0" authors = ["EdJoPaTo "] edition = "2018" keywords = ["tui", "terminal", "tree", "widget"]