From 0590867dc132ee950326fab097105f40ead3c956 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 27 Jan 2017 01:50:00 -0800 Subject: [PATCH] Bump version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff4d7d88..a9221de9 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.0" +version = "0.2.1" [dependencies] ring = "0.6.3"