Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinn committed May 21, 2016
1 parent 9d775c7 commit 7f072c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin enables URL tokenization and token filtering by URL part.

| Elasticsearch Version | Plugin Version |
|-----------------------|----------------|
| 2.3.0 | 2.3.0 |
| 2.3.0 | 2.3.0.1 |
| 2.2.2 | 2.2.3 |
| 2.2.1 | 2.2.2 |
| 2.2.0 | 2.2.1 |
Expand All @@ -23,7 +23,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.0/elasticsearch-analysis-url-2.3.0.zip
bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v2.3.0.1/elasticsearch-analysis-url-2.3.0.1.zip
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-url</artifactId>
<version>2.3.0</version>
<version>2.3.0.1</version>
<packaging>jar</packaging>
<description>Elasticsearch URL token filter plugin</description>

Expand Down

0 comments on commit 7f072c8

Please sign in to comment.