From 7598063e361aed96782c19b18ba6e14dc4b487ed Mon Sep 17 00:00:00 2001 From: timvisee Date: Sun, 19 Jun 2022 02:01:33 +0200 Subject: [PATCH] Bump version to 0.2.75 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1700a0e..a3e017b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,7 +702,7 @@ dependencies = [ [[package]] name = "ffsend" -version = "0.2.74" +version = "0.2.75" dependencies = [ "chbs", "chrono", diff --git a/Cargo.toml b/Cargo.toml index cdf0ae2..bd59772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffsend" -version = "0.2.74" +version = "0.2.75" authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"] license = "GPL-3.0" readme = "README.md"