Skip to content

Commit

Permalink
Updated Readme templates and regenerated the clients
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Sergeev committed May 18, 2022
1 parent c89df4c commit 3086ec0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Low-level client for Manticore Search.


❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-java/tree/2.0.3
❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-java/tree/3.2.0


## Requirements
Expand All @@ -16,6 +16,13 @@ Building the API client library requires:

Minimum Manticore Search version is 2.5.1 with HTTP protocol enabled.

| Manticore Search | manticoresearch-java | Java |
| ----------------- | ---------------------- | ------------- |
| >= 4.2.1 | 3.0.x | >= 1.8 |
| >= 4.0.2 | 2.0.3 | >= 1.8 |
| >= 2.5.1 | 2.0.2 | >= 1.8 |


## Installation

Add this dependency to your project's POM:
Expand Down

0 comments on commit 3086ec0

Please sign in to comment.