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 58ef731 commit 66f3753Copy full SHA for 66f3753
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.5.0'
+ implementation 'org.typesense:typesense-java:0.8.1'
12
}
13
```
14
15
```xml
16
<dependency>
17
<groupId>org.typesense</groupId>
18
<artifactId>typesense-java</artifactId>
19
- <version>0.5.0</version>
+ <version>0.8.1</version>
20
</dependency>
21
22
0 commit comments