Skip to content

Commit 47add14

Browse files
author
Max Klyga
committed
Bump version in README
1 parent 3456c1d commit 47add14

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.3</version>
15+
<version>3.1.4</version>
1616
</dependency>
1717
```
1818

1919
or in your build.gradle:
2020

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

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

0 commit comments

Comments
 (0)