diff --git a/Cargo.lock b/Cargo.lock index 5f99c3d..2d21b1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1373,7 +1373,7 @@ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" [[package]] name = "mb-mail-service" -version = "0.4.0" +version = "0.4.1" dependencies = [ "axum", "axum-prometheus", diff --git a/Cargo.toml b/Cargo.toml index a95e18b..0aeb11e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mb-mail-service" -version = "0.4.0" +version = "0.4.1" edition = "2021" publish = false license = "GPL-2.0-or-later"