From 2adcbccab04f6e2828e8c13256ea2eb8c31cd9e9 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Wed, 31 Aug 2022 18:52:21 +0200 Subject: [PATCH] build: v0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da9519b..eb2d218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-tree-widget" description = "Tree Widget for tui-rs" -version = "0.10.0" +version = "0.11.0" license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" documentation = "https://docs.rs/tui-tree-widget"