From fc72559af2feef36ad77e1e8725398867ab56993 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Thu, 29 Feb 2024 12:45:27 +0530 Subject: [PATCH] [feat] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2b9835..4f8c1ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ansi-to-tui" -version = "4.0.0" +version = "4.0.1" authors = ["Uttarayan Mondal "] edition = "2018" description = "A library to convert ansi color coded text into ratatui::text::Text type from ratatui library"