Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorenc committed Nov 4, 2024
1 parent 4af0a7a commit 2faea8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ The client is available on Maven central:

```groovy
dependencies {
implementation 'org.typesense:typesense-java:0.9.0'
implementation 'org.typesense:typesense-java:1.1.0'
}
```

```xml
<dependency>
<groupId>org.typesense</groupId>
<artifactId>typesense-java</artifactId>
<version>0.9.0</version>
<version>1.1.0</version>
</dependency>
```

Expand Down

0 comments on commit 2faea8a

Please sign in to comment.