diff --git a/Cargo.toml b/Cargo.toml index 12cf3e26..2895974f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simplelog" -version = "0.12.0-alpha1" +version = "0.12.0" edition = "2018" authors = ["Drakulix "] description = "A simple and easy-to-use logging facility for Rust's log crate"