From 16655aa033175a90c10ef02aa144e2835de23aec Mon Sep 17 00:00:00 2001 From: Kirk Baird Date: Tue, 16 Mar 2021 10:37:36 +1100 Subject: [PATCH] Version bump Signed-off-by: Kirk Baird --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2bd17d..d158bfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milagro_bls" -version = "1.4.0" +version = "1.4.2" 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"