Prepare v0.3.1.

This commit is contained in:
Antoine POPINEAU 2021-05-31 23:25:18 +02:00
parent bbdc465a70
commit 65fecf3a37
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

@ -383,7 +383,7 @@ dependencies = [
[[package]]
name = "tuigreet"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"chrono",
"getopts",

View File

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