Skip to content

Commit

Permalink
Sync with txtai 7.4 API, closes #31
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Sep 5, 2024
1 parent 744400f commit cdee4e6
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.3.0'
implementation 'com.github.neuml:txtai.java:v7.4.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.3.0"
archiveVersion = "7.4.0"
}

0 comments on commit cdee4e6

Please sign in to comment.