Prepare 0.7.1.

This commit is contained in:
Antoine POPINEAU 2021-10-05 14:36:44 +02:00
parent 087b0f34ad
commit f8905cfd7e
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1018,7 +1018,7 @@ dependencies = [
[[package]]
name = "tuigreet"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"chrono",
"getopts",

View File

@ -1,6 +1,6 @@
[package]
name = "tuigreet"
version = "0.7.0"
version = "0.7.1"
authors = ["Antoine POPINEAU <antoine.popineau@appscho.com>"]
edition = "2018"
build = "build.rs"