diff --git a/README.md b/README.md index 41bdb5a5..f877deb3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# StreamEx 0.8.1 +# StreamEx 0.8.2 Enhancing Java Stream API. [![Maven Central](https://img.shields.io/maven-central/v/one.util/streamex.svg)](https://maven-badges.herokuapp.com/maven-central/one.util/streamex/) @@ -133,7 +133,7 @@ Add this snippet to the pom.xml `dependencies` section: one.util streamex - 0.8.1 + 0.8.2 ``` @@ -142,7 +142,7 @@ Add this snippet to the pom.xml `dependencies` section: Add this snippet to the build.gradle `dependencies` section: ```groovy -implementation 'one.util:streamex:0.8.1' +implementation 'one.util:streamex:0.8.2' ``` Pull requests are welcome. diff --git a/benchmark/pom.xml b/benchmark/pom.xml index d2ed685c..f0d9b4fe 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -20,7 +20,7 @@ one.util streamex-benchmark - 0.8.2-SNAPSHOT + 0.8.2 diff --git a/pom.xml b/pom.xml index f20160c9..c8903213 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ one.util streamex - 0.8.2-SNAPSHOT + 0.8.2 jar StreamEx