From a5ed51533c0f1ac86ffb26278064d8e92d547e1a Mon Sep 17 00:00:00 2001 From: tlrx Date: Wed, 5 Nov 2014 20:38:24 +0100 Subject: [PATCH] update documentation with release 2.4.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb295ad8cf8..cdb7ae69f9d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ microsoft office formats, open document formats, ePub, HTML, and so on (full lis In order to install the plugin, run: ```sh -bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/2.4.0 +bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/2.4.1 ``` You need to install a version matching your Elasticsearch version: @@ -17,7 +17,7 @@ You need to install a version matching your Elasticsearch version: |------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------| | master | Build from source | See below | | es-1.x | Build from source | [2.5.0-SNAPSHOT](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/es-1.x/#version-250-snapshot-for-elasticsearch-1x)| -| es-1.4 | 2.4.0 | [2.4.0](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.4.0/#version-240-for-elasticsearch-14) | +| es-1.4 | 2.4.1 | [2.4.1](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.4.1/#version-241-for-elasticsearch-14) | | es-1.3 | 2.3.2 | [2.3.2](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.3.2/#version-232-for-elasticsearch-13) | | es-1.2 | 2.2.1 | [2.2.1](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.2.1/#version-221-for-elasticsearch-12) | | es-1.1 | 2.0.0 | [2.0.0](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.0.0/#mapper-attachments-type-for-elasticsearch) |