From b201b73345b810677b90fe485cdc0f0957a5442b Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 9 Aug 2021 08:18:05 +0200 Subject: [PATCH] build: v0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 414430e..2b11c42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-tree-widget" description = "Tree Widget for tui-rs" -version = "0.6.0" +version = "0.7.0" license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" authors = ["EdJoPaTo "]