From dc563c7415728af4578999d680f2233a3d65c68c Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Fri, 6 Apr 2018 15:11:05 -0700 Subject: [PATCH] Bump version to 0.16.2 Only change is better Ristretto docs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9cb39f1..5b71049 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.16.1" +version = "0.16.2" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"