From 26f618cb2d6a5b9eb01a2a11b5ed73221148affe Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 20 Apr 2017 22:42:39 -0700 Subject: [PATCH] Bump version to 0.3.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28160f2d..551ffe45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ruma-signatures" readme = "README.md" repository = "https://github.com/ruma/ruma-signatures" -version = "0.2.1" +version = "0.3.0" [dependencies] ring = "0.7"