From e55f0a324e0e9445f25eec5c4a6ad8295d804a67 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 11 Apr 2019 17:43:51 -0700 Subject: [PATCH] Bump version to 0.4.2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8cbbfee3..78b593e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "ruma-signatures" readme = "README.md" repository = "https://github.com/ruma/ruma-signatures" -version = "0.4.1" +version = "0.4.2" [dependencies] base64 = "0.10.1"