From 0bfcf340d9a010038bd9ca26c958f392e97a58ec Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 26 Jan 2017 00:52:59 -0800 Subject: [PATCH] Bump version to 0.2.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 988eda32..f5ee29b5 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.1.0" +version = "0.2.0" [dependencies] ring = "0.6.2"