Skip to content

Commit

Permalink
Sync with txtai 7.2 API, closes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed May 31, 2024
1 parent 9acf9cd commit 4238c23
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.1.0'
implementation 'com.github.neuml:txtai.java:v7.2.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.1.0"
archiveVersion = "7.2.0"
}

0 comments on commit 4238c23

Please sign in to comment.