Skip to content

Commit b3ce268

Browse files
author
Max Klyga
committed
Merge branch 'master' of github.com:GetStream/stream-java
2 parents 3315598 + fcf0eda commit b3ce268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Add the following dependency to your pom.xml:
1212
<dependency>
1313
<groupId>io.getstream.client</groupId>
1414
<artifactId>stream-java</artifactId>
15-
<version>3.1.0</version>
15+
<version>3.1.1</version>
1616
</dependency>
1717
```
1818

1919
or in your build.gradle:
2020

2121
```gradle
22-
compile 'io.getstream.client:stream-java:3.1.0'
22+
compile 'io.getstream.client:stream-java:3.1.1'
2323
```
2424

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

0 commit comments

Comments
 (0)