From bf87f345505c056b5709019e53cdd58f9c851816 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Fri, 14 Oct 2016 13:15:54 -0600 Subject: [PATCH] Version bump. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9a4c4be..eabb522 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bn" -version = "0.4.0" +version = "0.4.1" authors = ["Sean Bowe "] description = "Pairing cryptography with the Barreto-Naehrig curve" keywords = ["pairing","crypto","cryptography"] diff --git a/README.md b/README.md index be9312e..fecb172 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the `bn` crate to your dependencies in `Cargo.toml`... ```toml [dependencies] -bn = "0.4.0" +bn = "0.4.1" ``` ...and add an `extern crate` declaration to your crate root: