Skip to content

Commit

Permalink
v3.1.0 - README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
biagio committed Oct 11, 2024
1 parent 4f6d192 commit 7cbcd49
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 @@ -114,13 +114,13 @@ curl -X POST -H "Content-type: application/json" -d '{
<dependency>
<groupId>app.tozzi</groupId>
<artifactId>jpa-search-helper</artifactId>
<version>3.0.3</version>
<version>3.1.0</version>
</dependency>
```

#### Gradle
```
implementation 'app.tozzi:jpa-search-helper:3.0.3'
implementation 'app.tozzi:jpa-search-helper:3.1.0'
```

## Usage
Expand Down

0 comments on commit 7cbcd49

Please sign in to comment.