diff --git a/README.md b/README.md index 2e0710d..dc4032a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Plugin versions are available for (at least) all minor versions of Elasticsearch The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version. To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table) -`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.8.1.0/geopoint-clustering-aggregation-6.8.1.0.zip` +`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.8.2.0/geopoint-clustering-aggregation-6.8.2.0.zip` | elasticsearch version | plugin version | plugin url | | --------------------- | -------------- | ---------- | @@ -82,6 +82,6 @@ To install it, launch this command in Elasticsearch directory replacing the url | 6.5.4 | 6.5.4.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.5.4.0/geopoint-clustering-aggregation-6.5.4.0.zip| | 6.6.2 | 6.6.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.6.2.0/geopoint-clustering-aggregation-6.6.2.0.zip| | 6.7.1 | 6.7.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.7.1.0/geopoint-clustering-aggregation-6.7.1.0.zip| -| 6.8.1 | 6.8.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.8.1.0/geopoint-clustering-aggregation-6.8.1.0.zip| +| 6.8.2 | 6.8.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.8.2.0/geopoint-clustering-aggregation-6.8.2.0.zip| \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 0ac2c27..d2dd5b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -es_version = 6.8.1 -plugin_version = 6.8.1.0 +es_version = 6.8.2 +plugin_version = 6.8.2.0