From 12b7e18568c30630f930ff50987940fb67ca9ac2 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Wed, 14 Dec 2022 14:17:32 +1100 Subject: [PATCH] Release v1.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4181f35..0febfca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milagro_bls" -version = "1.5.0" +version = "1.5.1" 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"