Skip to content

Commit 7f072c8

Browse files
committed
Bump version number
1 parent 9d775c7 commit 7f072c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This plugin enables URL tokenization and token filtering by URL part.
99

1010
| Elasticsearch Version | Plugin Version |
1111
|-----------------------|----------------|
12-
| 2.3.0 | 2.3.0 |
12+
| 2.3.0 | 2.3.0.1 |
1313
| 2.2.2 | 2.2.3 |
1414
| 2.2.1 | 2.2.2 |
1515
| 2.2.0 | 2.2.1 |
@@ -23,7 +23,7 @@ This plugin enables URL tokenization and token filtering by URL part.
2323

2424
## Installation
2525
```bash
26-
bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v2.3.0/elasticsearch-analysis-url-2.3.0.zip
26+
bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v2.3.0.1/elasticsearch-analysis-url-2.3.0.1.zip
2727
```
2828

2929
## Usage

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.elasticsearch</groupId>
88
<artifactId>elasticsearch-analysis-url</artifactId>
9-
<version>2.3.0</version>
9+
<version>2.3.0.1</version>
1010
<packaging>jar</packaging>
1111
<description>Elasticsearch URL token filter plugin</description>
1212

0 commit comments

Comments
 (0)