We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b3ebd commit fcf0edaCopy full SHA for fcf0eda
README.md
@@ -12,14 +12,14 @@ Add the following dependency to your pom.xml:
12
<dependency>
13
<groupId>io.getstream.client</groupId>
14
<artifactId>stream-java</artifactId>
15
- <version>3.1.0</version>
+ <version>3.1.1</version>
16
</dependency>
17
```
18
19
or in your build.gradle:
20
21
```gradle
22
-compile 'io.getstream.client:stream-java:3.1.0'
+compile 'io.getstream.client:stream-java:3.1.1'
23
24
25
In case you want to download the artifact and put it manually into your project,
0 commit comments