From 93a6456860b0c4a35bcf9b6c67648f0e75f12399 Mon Sep 17 00:00:00 2001 From: Antoine POPINEAU Date: Sun, 4 Jul 2021 01:57:17 +0200 Subject: [PATCH] Prepare v0.6.0. --- .github/FUNDING.yml | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..2cefe24 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +github: [ "apognu" ] +custom: [ + "https://www.paypal.me/apognu" +] diff --git a/Cargo.lock b/Cargo.lock index 1693de7..466d9bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -867,7 +867,7 @@ dependencies = [ [[package]] name = "tuigreet" -version = "0.5.0" +version = "0.6.0" dependencies = [ "chrono", "getopts", diff --git a/Cargo.toml b/Cargo.toml index 1637d8a..0442901 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuigreet" -version = "0.5.0" +version = "0.6.0" authors = ["Antoine POPINEAU "] edition = "2018" build = "build.rs"