Skip to content

Commit f47c94d

Browse files
committed
Update README.md
1 parent ca85607 commit f47c94d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Add the following code to the `<dependencies>` section of your project:
5757
<dependency>
5858
<groupId>com.meilisearch.sdk</groupId>
5959
<artifactId>meilisearch-java</artifactId>
60-
<version>0.19.0</version>
60+
<version>0.20.0</version>
6161
<type>pom</type>
6262
</dependency>
6363
```
@@ -67,7 +67,7 @@ Add the following code to the `<dependencies>` section of your project:
6767
Add the following line to the `dependencies` section of your `build.gradle`:
6868

6969
```groovy
70-
implementation 'com.meilisearch.sdk:meilisearch-java:0.19.0'
70+
implementation 'com.meilisearch.sdk:meilisearch-java:0.20.0'
7171
```
7272

7373
:warning: `meilisearch-java` also requires `okhttp` as a peer dependency.

0 commit comments

Comments
 (0)