Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorenc committed Feb 18, 2025
1 parent 3b3ffea commit 88a19f6
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:1.2.0'
implementation 'org.typesense:typesense-java:1.3.0'
}
```

```xml
<dependency>
<groupId>org.typesense</groupId>
<artifactId>typesense-java</artifactId>
<version>1.2.0</version>
<version>1.3.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 @@ -17,7 +17,7 @@ repositories {
}

group = 'org.typesense'
version = '1.2.0'
version = '1.3.0'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit 88a19f6

Please sign in to comment.