From c0ab492ae3bd0b1ac694a2dd3741597f53c8e7dd Mon Sep 17 00:00:00 2001 From: Grant Ramsay Date: Sat, 4 Apr 2026 15:37:19 +0100 Subject: [PATCH] put correct version in README install section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c86d5f..c7ff632 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -colored_text = "0.3.0" +colored_text = "0.4.1" ``` ## Usage