From 8ab72f2d5a5330c476bc678ad4aa2c0c69dedc7a Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Mon, 28 May 2018 14:25:00 -0500 Subject: [PATCH] v0.1.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c1664c1..ee356f01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "snow" description = "A pure-rust implementation of the Noise Protocol Framework" homepage = "https://github.com/mcginty/snow" repository = "https://github.com/mcginty/snow" -version = "0.1.10" +version = "0.1.11" authors = ["Jake McGinty ", "trevp"] license = "Unlicense" categories = ["cryptography"]