From f243a684d45251d02f1fe9662a2e796025a25952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 13 Sep 2021 11:35:06 +0200 Subject: [PATCH] chore(crypto): Bump the version --- matrix_sdk_crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_sdk_crypto/Cargo.toml b/matrix_sdk_crypto/Cargo.toml index 9e4a3cb1..ca9520c9 100644 --- a/matrix_sdk_crypto/Cargo.toml +++ b/matrix_sdk_crypto/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "matrix-sdk-crypto" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -version = "0.4.0" +version = "0.4.1" [package.metadata.docs.rs] features = ["docs"]