From df2deaa1ffb0cf13298ec6dd9bbdd9daee3b8a87 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Mon, 12 Sep 2016 16:02:58 -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 c058720..85f5f85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bn" -version = "0.2.1" +version = "0.2.2" authors = ["Sean Bowe "] description = "Pairing cryptography with the Barreto-Naehrig curve" keywords = ["pairing","crypto","cryptography"] diff --git a/README.md b/README.md index 08c457f..90cd2d1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the `bn` crate to your dependencies in `Cargo.toml`... ```toml [dependencies] -bn = "0.2.1" +bn = "0.2.2" ``` ...and add an `extern crate` declaration to your crate root: