From 32775cf08cf99d39150e95229ddc74fc4e75f909 Mon Sep 17 00:00:00 2001 From: JLaborda <15078416+JLaborda@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:09:29 +0200 Subject: [PATCH 1/2] Updating to version 1.0.1 in pom --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 131401d..7ed3bcc 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.github.jlaborda consensusBN - 1.0.0 + 1.0.1 jar consensusBN https://simd.i3a.uclm.es/ From a32bd025141b11019d6166d758b0a54f1dd535de Mon Sep 17 00:00:00 2001 From: JLaborda <15078416+JLaborda@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:20:11 +0200 Subject: [PATCH 2/2] Updating Readme for 1.0.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de961d9..5369c35 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ - Maven 3.6 or higher ### Installation -You can include `consensusBN` to your Maven project by adding the following dependency: +You can include `consensusBN` to your Maven project by adding the following dependency to your `pom.xml`: ```xml io.github.jlaborda consensusBN - 1.0.0 + 1.0.1 ```