Skip to content

Commit 61dca4b

Browse files
committed
Sync with txtai 9.0 API, closes #40
1 parent 0cd0406 commit 61dca4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Jitpack is the recommended way to integrate txtai with Java. See [this link](htt
3232
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.
3333

3434
```gradle
35-
implementation 'com.github.neuml:txtai.java:v8.6.0'
35+
implementation 'com.github.neuml:txtai.java:v9.0.0'
3636
```
3737

3838
txtai can also be manually built from GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ java {
1717

1818
jar {
1919
archiveBaseName = "txtai"
20-
archiveVersion = "8.6.0"
20+
archiveVersion = "9.0.0"
2121
}

0 commit comments

Comments
 (0)