From d64e262db6d3775d4f1991ef0e1dff900bbfa300 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Sat, 1 May 2021 14:22:07 +0200 Subject: [PATCH] chore: v0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edfae74..ba42df3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-tree-widget" description = "Tree Widget for tui-rs" -version = "0.4.0" +version = "0.5.0" authors = ["EdJoPaTo "] edition = "2018" keywords = ["tui", "terminal", "tree", "widget"]