File tree Expand file tree Collapse file tree
src/main/java/com/meilisearch/sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -476,14 +476,14 @@ getting_started_add_documents: |-
476476 // <dependency>
477477 // <groupId>com.meilisearch.sdk</groupId>
478478 // <artifactId>meilisearch-java</artifactId>
479- // <version>0.19 .0</version>
479+ // <version>0.20 .0</version>
480480 // <type>pom</type>
481481 // </dependency>
482482
483483 // For Gradle
484484 // Add the following line to the `dependencies` section of your `build.gradle`:
485485 //
486- // implementation 'com.meilisearch.sdk:meilisearch-java:0.19 .0'
486+ // implementation 'com.meilisearch.sdk:meilisearch-java:0.20 .0'
487487
488488 // In your .java file:
489489 import com.meilisearch.sdk;
Original file line number Diff line number Diff 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:
6767Add 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.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
1616}
1717
1818group = ' com.meilisearch.sdk'
19- version = ' 0.19 .0'
19+ version = ' 0.20 .0'
2020
2121base {
2222 archivesName. set(' meilisearch-java' )
Original file line number Diff line number Diff line change 11package com .meilisearch .sdk ;
22
33public class Version {
4- static final String VERSION = "0.19 .0" ;
4+ static final String VERSION = "0.20 .0" ;
55
66 public static String getQualifiedVersion () {
77 return "Meilisearch Java (v" + VERSION + ")" ;
You can’t perform that action at this time.
0 commit comments