From f46b611f7d23197447516ece55ef8a309776495a Mon Sep 17 00:00:00 2001 From: jlinn Date: Wed, 8 Jul 2020 11:23:31 -0700 Subject: [PATCH] Bump version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e07dd1..c8afbbf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This plugin enables URL tokenization and token filtering by URL part. | Elasticsearch Version | Plugin Version | |-----------------------|----------------| -| 2.3.4 | 2.3.4.4 | +| 2.3.4 | 2.3.4.5 | | 2.3.3 | 2.3.3.5 | | 2.3.2 | 2.3.2.1 | | 2.3.1 | 2.3.1.1 | @@ -27,7 +27,7 @@ This plugin enables URL tokenization and token filtering by URL part. ## Installation ```bash -bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v2.3.4.3/elasticsearch-analysis-url-2.3.4.3.zip +bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v2.3.4.5/elasticsearch-analysis-url-2.3.4.5.zip ``` ## Usage