From 6787fd90ea5b321422aee3237186089be93c62fe Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 5 Mar 2024 14:43:30 +0700 Subject: [PATCH] Updated Readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bc752a..6e77db1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Manticore Java client - -Manticore Search Client +❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-java/tree/5.0.0 - API version: 5.0.0 @@ -9,7 +8,6 @@ Manticore Search Client Сlient for Manticore Search. - ## Requirements Building the API client library requires: @@ -17,6 +15,11 @@ Building the API client library requires: 1. Java 1.8+ 2. Maven/Gradle +| Manticore Search | manticoresearch-java | +| ----------------- | ----------------------- | +| >= 6.2.0 | >= 3.3.1 | +| >= 2.5.1 | >= 2.0.2 | + ## Installation