We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af0a7a commit 2faea8aCopy full SHA for 2faea8a
1 file changed
README.md
@@ -8,15 +8,15 @@ The client is available on Maven central:
8
9
```groovy
10
dependencies {
11
- implementation 'org.typesense:typesense-java:0.9.0'
+ implementation 'org.typesense:typesense-java:1.1.0'
12
}
13
```
14
15
```xml
16
<dependency>
17
<groupId>org.typesense</groupId>
18
<artifactId>typesense-java</artifactId>
19
- <version>0.9.0</version>
+ <version>1.1.0</version>
20
</dependency>
21
22
0 commit comments