Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorenc committed Sep 6, 2024
1 parent 9878c4c commit 931b97b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8.1'
implementation 'org.typesense:typesense-java:0.9.0'
}
```

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

group = 'org.typesense'
version = '0.8.1'
version = '0.9.0'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit 931b97b

Please sign in to comment.