Skip to content

Commit

Permalink
Version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Sep 2, 2023
1 parent 3ec69dc commit 44ae456
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down Expand Up @@ -133,7 +133,7 @@ Add this snippet to the pom.xml `dependencies` section:
<dependency>
<groupId>one.util</groupId>
<artifactId>streamex</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
</dependency>
```

Expand All @@ -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.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>one.util</groupId>
<artifactId>streamex-benchmark</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>one.util</groupId>
<artifactId>streamex</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
<packaging>jar</packaging>

<name>StreamEx</name>
Expand Down

0 comments on commit 44ae456

Please sign in to comment.