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"