Skip to content

Commit 51927c8

Browse files
committed
Release 3.3.0
1 parent 3d802ba commit 51927c8

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
@@ -14,14 +14,14 @@ Add the following dependency to your `pom.xml`:
1414
<dependency>
1515
<groupId>io.getstream.client</groupId>
1616
<artifactId>stream-java</artifactId>
17-
<version>3.2.4</version>
17+
<version>$stream_version</version>
1818
</dependency>
1919
```
2020

2121
or in your `build.gradle`:
2222

2323
```gradle
24-
implementation 'io.getstream.client:stream-java:3.2.4'
24+
implementation 'io.getstream.client:stream-java:$stream_version'
2525
```
2626

2727
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
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'io.getstream.client'
9-
version = '3.2.4'
9+
version = '3.3.0'
1010
description = 'Stream Feeds official Java SDK'
1111

1212
repositories {

0 commit comments

Comments
 (0)