From f8905cfd7ee38af4f89a42e5823d8c38de00741c Mon Sep 17 00:00:00 2001 From: Antoine POPINEAU Date: Tue, 5 Oct 2021 14:36:44 +0200 Subject: [PATCH] Prepare 0.7.1. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"