From 3e35184fc181fef63bc11dedb22413e821168255 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Wed, 13 Mar 2024 00:36:21 -0700 Subject: [PATCH] New version: 1.0.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e27bbb..d4beb98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yansi" -version = "1.0.0" +version = "1.0.1" authors = ["Sergio Benitez "] repository = "https://github.com/SergioBenitez/yansi" documentation = "https://docs.rs/yansi"