From 18bc19abaf066848d88d0eb5654f8e13bd3dfc87 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 4 Sep 2023 12:48:32 +0200 Subject: [PATCH] build: v0.13.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 19efd3c..2ba1d03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-tree-widget" -description = "Tree Widget for tui-rs" -version = "0.12.0" +description = "Tree Widget for ratatui" +version = "0.13.0" license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" authors = ["EdJoPaTo "]