From 6ba3c34362b30267751c1a9d3d85a9bdccd9dd3f Mon Sep 17 00:00:00 2001 From: timvisee Date: Tue, 31 Mar 2020 02:13:25 +0200 Subject: [PATCH] Bump version to 0.2.59 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57e8469..e9fa355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,7 +489,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ffsend" -version = "0.2.58" +version = "0.2.59" dependencies = [ "chbs 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5a7597b..5734f51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffsend" -version = "0.2.58" +version = "0.2.59" authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"] license = "GPL-3.0" readme = "README.md"