From bedde25a70802abb0ec6e5b9716618df70a0c437 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Thu, 8 Dec 2016 21:56:30 +0000 Subject: [PATCH] Bump the version to 0.1.1 in Cargo.toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83c9be6..6b9b2b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.1.0" +version = "0.1.1" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"