From 515201c5d165f1e08bca93e24cad4044eeed6e21 Mon Sep 17 00:00:00 2001 From: Kirk Baird Date: Thu, 1 Oct 2020 11:57:09 +1000 Subject: [PATCH] Version bump to 1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b428701..4f3a4d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milagro_bls" -version = "1.1.0" +version = "1.2.0" authors = ["Lovesh Harchandani ", "Kirk Baird ", "Paul Hauner "] description = "BLS12-381 signatures using the Apache Milagro curve library, targeting Ethereum 2.0" license = "Apache-2.0"