From 6818ee5f6e06f59e4569e2bfced65fcd88a24aa2 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Sun, 2 May 2021 15:02:09 +0530 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 797067d..4ed0e02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ansi-to-tui" -version = "0.1.7" +version = "0.1.8" authors = ["Uttarayan Mondal "] edition = "2018" description = "A library to convert ansi color coded text into tui::text::Text type from tui-rs library"