From c2d331d00aa6e172d99f46af3cd2d6d44d37f66f Mon Sep 17 00:00:00 2001 From: Sam Clements Date: Mon, 4 Jul 2022 10:43:45 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 623b37d..f8e83d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple_logger" -version = "2.1.0" +version = "2.2.0" license = "MIT" authors = ["Sam Clements "] description = "A logger that prints all messages with a readable output format"