diff --git a/Cargo.lock b/Cargo.lock index 992a503..b86c412 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "forward-as-attachment-mta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "hostname", "lettre", diff --git a/Cargo.toml b/Cargo.toml index f316238..4f32a96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "forward-as-attachment-mta" description = "A sendmail that forwards the incoming mail as an attachment." -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Christian Schwarz "]