Skip to content

Commit 23c5f12

Browse files
committed
Release 3.2.1
1 parent 7746b28 commit 23c5f12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ You can sign up for a Stream account at https://getstream.io/get_started.
99

1010
### Installation
1111

12-
Add the following dependency to your pom.xml:
12+
Add the following dependency to your `pom.xml`:
1313

1414
```xml
1515
<dependency>
1616
<groupId>io.getstream.client</groupId>
1717
<artifactId>stream-java</artifactId>
18-
<version>3.2.0</version>
18+
<version>3.2.1</version>
1919
</dependency>
2020
```
2121

22-
or in your build.gradle:
22+
or in your `build.gradle`:
2323

2424
```gradle
25-
compile 'io.getstream.client:stream-java:3.2.0'
25+
compile 'io.getstream.client:stream-java:3.2.1'
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.0'
12+
version = '3.2.1'
1313

1414
dependencies {
1515
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)