Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Mar 12, 2020
1 parent 7746b28 commit 23c5f12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ You can sign up for a Stream account at https://getstream.io/get_started.

### Installation

Add the following dependency to your pom.xml:
Add the following dependency to your `pom.xml`:

```xml
<dependency>
<groupId>io.getstream.client</groupId>
<artifactId>stream-java</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
</dependency>
```

or in your build.gradle:
or in your `build.gradle`:

```gradle
compile 'io.getstream.client:stream-java:3.2.0'
compile 'io.getstream.client:stream-java:3.2.1'
```

In case you want to download the artifact and put it manually into your project,
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group 'io.getstream.client'
version = '3.2.0'
version = '3.2.1'

dependencies {
sourceCompatibility = 1.8
Expand Down

0 comments on commit 23c5f12

Please sign in to comment.