Skip to content

Commit 1128792

Browse files
committed
Release v3.2.3
1 parent f261acc commit 1128792

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Add the following dependency to your `pom.xml`:
1515
<dependency>
1616
<groupId>io.getstream.client</groupId>
1717
<artifactId>stream-java</artifactId>
18-
<version>3.2.2</version>
18+
<version>3.2.3</version>
1919
</dependency>
2020
```
2121

2222
or in your `build.gradle`:
2323

2424
```gradle
25-
compile 'io.getstream.client:stream-java:3.2.2'
25+
compile 'io.getstream.client:stream-java:3.2.3'
2626
```
2727

2828
In case you want to download the artifact and put it manually into your project,

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group 'io.getstream.client'
12-
version = '3.2.2'
12+
version = '3.2.3'
1313

1414
dependencies {
1515
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)