From cdee4e6f46d2d1a110dde6f54f68cc8affaa610b Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:09:32 -0400 Subject: [PATCH] Sync with txtai 7.4 API, closes #31 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ee2ec1..6a1b53e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.gradle b/build.gradle index 3f15bc9..19382ec 100644 --- a/build.gradle +++ b/build.gradle @@ -17,5 +17,5 @@ java { jar { archiveBaseName = "txtai" - archiveVersion = "7.3.0" + archiveVersion = "7.4.0" }