From 250b7915acf4059bbfa70c1abd7f10b4aae41bb6 Mon Sep 17 00:00:00 2001 From: Arjen <4867268+atezet@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:30:08 +0200 Subject: [PATCH] Bump version to 3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d873024..3652939 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "colored" description = "The most simple way to add colors in your terminal" -version = "2.1.0" +version = "3.0.0" edition = "2021" authors = ["Thomas Wickham "] license = "MPL-2.0"