From 8473dfae51172e8226049d694451d877c0ba876c Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 15 Aug 2022 10:59:29 +0200 Subject: [PATCH] build: v0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e956a24..da9519b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-tree-widget" description = "Tree Widget for tui-rs" -version = "0.9.0" +version = "0.10.0" license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" documentation = "https://docs.rs/tui-tree-widget"