From 3dd34b0abe85b20a5ae10fc8fb9e0e9d867b07b8 Mon Sep 17 00:00:00 2001 From: Sam Clements Date: Fri, 30 Jul 2021 08:01:58 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e6dbf7..214f303 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple_logger" -version = "1.12.0" +version = "1.12.1" license = "MIT" authors = ["Sam Clements "] description = "A logger that prints all messages with a readable output format"