Prepare v0.6.0.

This commit is contained in:
Antoine POPINEAU 2021-07-04 01:57:17 +02:00
parent d7bbacdc5d
commit 93a6456860
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
3 changed files with 6 additions and 2 deletions

4
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,4 @@
github: [ "apognu" ]
custom: [
"https://www.paypal.me/apognu"
]

2
Cargo.lock generated
View File

@ -867,7 +867,7 @@ dependencies = [
[[package]]
name = "tuigreet"
version = "0.5.0"
version = "0.6.0"
dependencies = [
"chrono",
"getopts",

View File

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