diff --git a/README.md b/README.md index 6bffb2b..6931f59 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.1.0' +implementation 'com.github.neuml:txtai.java:v7.2.0' ``` txtai can also be manually built from GitHub. diff --git a/build.gradle b/build.gradle index dc9572b..1dba2bd 100644 --- a/build.gradle +++ b/build.gradle @@ -17,5 +17,5 @@ java { jar { archiveBaseName = "txtai" - archiveVersion = "7.1.0" + archiveVersion = "7.2.0" }