From d725a6d3d652a2e995e6fa95828a07cb4526addf Mon Sep 17 00:00:00 2001 From: Artem Vegera Date: Sun, 3 Mar 2024 16:10:13 +0100 Subject: [PATCH] #40 - Released 0.3.0 version of library --- README.adoc | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 9f1178d..c89d769 100644 --- a/README.adoc +++ b/README.adoc @@ -41,7 +41,7 @@ Maven:: io.github.avegera stream-utils - 0.2.0 + 0.3.0 ---- @@ -49,7 +49,7 @@ Gradle:: + [source,groovy] ---- -implementation 'io.github.avegera:stream-utils:0.2.0' +implementation 'io.github.avegera:stream-utils:0.3.0' ---- ==== diff --git a/pom.xml b/pom.xml index 0f0adbd..d603f73 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.avegera stream-utils - 0.2.0 + 0.3.0 jar ${project.groupId}:${project.artifactId}