From 513a1adf57ca9a07e37a9415fb455c0ac63e6b8b Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 21 Feb 2018 12:01:17 -0700 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8cb20021f1..31e6919a42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "silk" description = "A silky smooth implementation of the Loom architecture" -version = "0.2.1" +version = "0.2.2" documentation = "https://docs.rs/silk" homepage = "http://loomprotocol.com/" repository = "https://github.com/loomprotocol/silk"