From 69ccc5a9f9d0490c049b92a60fa469a576eababa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 13 Sep 2021 11:38:20 +0200 Subject: [PATCH] chore(sdk): Bump the version --- matrix_sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_sdk/Cargo.toml b/matrix_sdk/Cargo.toml index 37055dd3..225411b0 100644 --- a/matrix_sdk/Cargo.toml +++ b/matrix_sdk/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "matrix-sdk" 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"]