Skip to content

Commit 44ae456

Browse files
committed
Version 0.8.2
1 parent 3ec69dc commit 44ae456

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# StreamEx 0.8.1
1+
# StreamEx 0.8.2
22
Enhancing Java Stream API.
33

44
[![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:
133133
<dependency>
134134
<groupId>one.util</groupId>
135135
<artifactId>streamex</artifactId>
136-
<version>0.8.1</version>
136+
<version>0.8.2</version>
137137
</dependency>
138138
```
139139

@@ -142,7 +142,7 @@ Add this snippet to the pom.xml `dependencies` section:
142142
Add this snippet to the build.gradle `dependencies` section:
143143

144144
```groovy
145-
implementation 'one.util:streamex:0.8.1'
145+
implementation 'one.util:streamex:0.8.2'
146146
```
147147

148148
Pull requests are welcome.

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>one.util</groupId>
2222
<artifactId>streamex-benchmark</artifactId>
23-
<version>0.8.2-SNAPSHOT</version>
23+
<version>0.8.2</version>
2424

2525
<dependencies>
2626
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>one.util</groupId>
2222
<artifactId>streamex</artifactId>
23-
<version>0.8.2-SNAPSHOT</version>
23+
<version>0.8.2</version>
2424
<packaging>jar</packaging>
2525

2626
<name>StreamEx</name>

0 commit comments

Comments
 (0)