From d22d358ffc60fd92f257e7dfb35417a6eef68b9a Mon Sep 17 00:00:00 2001 From: lemunozm Date: Tue, 13 Feb 2024 08:06:24 +0100 Subject: [PATCH] prepare v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff3a1a1..1443d63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -905,7 +905,7 @@ dependencies = [ [[package]] name = "mailfred" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 74ade3c..9593f07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mailfred" authors = ["lemunozm "] -version = "0.1.0" +version = "0.1.1" edition = "2021" readme = "README.md" license = "Apache-2.0"