From 5104ec582e5eab8d2742344b7a8e75c10c4c4800 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Sat, 3 Feb 2024 03:16:45 +0100 Subject: [PATCH] build: v0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19de730..ae70eb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-tree-widget" description = "Tree Widget for ratatui" -version = "0.16.0" +version = "0.17.0" license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" authors = ["EdJoPaTo "]