diff --git a/Cargo.lock b/Cargo.lock index 75ecb91..eb03ff8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1018,7 +1018,7 @@ dependencies = [ [[package]] name = "tuigreet" -version = "0.7.0" +version = "0.7.1" dependencies = [ "chrono", "getopts", diff --git a/Cargo.toml b/Cargo.toml index 1366f16..5fe2b17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuigreet" -version = "0.7.0" +version = "0.7.1" authors = ["Antoine POPINEAU "] edition = "2018" build = "build.rs"