Skip to content

Commit c3d6ced

Browse files
committed
Sync with txtai 5.4 API, closes #21
1 parent 1bff689 commit c3d6ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Jitpack is the recommended way to integrate txtai with Java. See [this link](htt
1616
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.
1717

1818
```gradle
19-
implementation 'com.github.neuml:txtai.java:v5.3.0'
19+
implementation 'com.github.neuml:txtai.java:v5.4.0'
2020
```
2121

2222
txtai can also be manually built from GitHub.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ java {
1717

1818
jar {
1919
archiveBaseName = "txtai"
20-
archiveVersion = "5.3.0"
20+
archiveVersion = "5.4.0"
2121
}

0 commit comments

Comments
 (0)