Skip to content

Commit

Permalink
Sync with txtai 7.5 API, closes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Oct 14, 2024
1 parent cdee4e6 commit 91dbb77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Jitpack is the recommended way to integrate txtai with Java. See [this link](htt
The following is an example adding txtai to a project's `build.gradle` file. The same attributes can be ported to other build systems per the JitPack link above.

```gradle
implementation 'com.github.neuml:txtai.java:v7.4.0'
implementation 'com.github.neuml:txtai.java:v7.5.0'
```

txtai can also be manually built from GitHub.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ java {

jar {
archiveBaseName = "txtai"
archiveVersion = "7.4.0"
archiveVersion = "7.5.0"
}

0 comments on commit 91dbb77

Please sign in to comment.