From 575001de130d2a708863c1efad9f2752d0cb2eb1 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 30 Mar 2020 20:11:51 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02a7c296..21c7fbb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "ruma-signatures" readme = "README.md" repository = "https://github.com/ruma/ruma-signatures" -version = "0.5.0" +version = "0.6.0-dev.1" [dependencies] base64 = "0.12.0"