From 2f1745908fa7b4dc34f74d94158903baa703a5ef Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Wed, 16 Jan 2019 22:15:03 +0900 Subject: [PATCH] 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 26417eb7..5e15b1ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A pure-rust implementation of the Noise Protocol Framework" homepage = "https://snow.rs" documentation = "https://snow.rs/doc/snow" repository = "https://github.com/mcginty/snow" -version = "0.4.1" +version = "0.4.2" authors = ["Jake McGinty ", "trevp"] license = "Unlicense" categories = ["cryptography"]