diff --git a/README.md b/README.md index 418e8c3..40c41bc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Note that Elasticsearch has native support for langdetection nowadays using the | ES | Command | | ----- | ------- | +| 7.13.2 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.13.2.1/ingest-langdetect-7.13.2.1.zip` | | 7.13.1 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.13.1.1/ingest-langdetect-7.13.1.1.zip` | | 7.13.0 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.13.0.1/ingest-langdetect-7.13.0.1.zip` | | 7.12.1 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.12.1.1/ingest-langdetect-7.12.1.1.zip` | diff --git a/gradle.properties b/gradle.properties index d7af858..ec40d95 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -elasticsearchVersion = 7.13.1 +elasticsearchVersion = 7.13.2