Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinn committed Jul 16, 2016
1 parent e441a97 commit 65f041e
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.4 | 2.3.4.0 |
| 2.3.4 | 2.3.4.1 |
| 2.3.3 | 2.3.3.3 |
| 2.3.2 | 2.3.2.1 |
| 2.3.1 | 2.3.1.1 |
Expand All @@ -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.0/elasticsearch-analysis-url-2.3.4.0.zip
bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v2.3.4.1/elasticsearch-analysis-url-2.3.4.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.4.0</version>
<version>2.3.4.1</version>
<packaging>jar</packaging>
<description>Elasticsearch URL token filter plugin</description>

Expand Down

0 comments on commit 65f041e

Please sign in to comment.