Skip to content

Commit

Permalink
Upgrade 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johtani committed Oct 10, 2018
1 parent 6372513 commit b374074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ Analyze text with Aalyzer
See [Getting Started](docs/GETTING_STARTED.md)

## Installation
The latest version is for kibana 6.4.1.
The latest version is for kibana 6.4.2.

| Kibana version | Command |
| ---------- | ------- |
| 6.4.2 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.4.2/analyze-api-ui-plugin-6.4.2.zip`
| 6.4.1 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.4.1/analyze-api-ui-plugin-6.4.1.zip`
| 6.4.0 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.4.0/analyze-api-ui-plugin-6.4.0.zip`
| 6.3.2 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.3.2/analyze-api-ui-plugin-6.3.2.zip`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "analyze-api-ui-plugin",
"version": "6.4.1",
"version": "6.4.2",
"description": "UI for elasticsearch analyze API",
"main": "index.js",
"kibana": {
"version": "6.4.1",
"version": "6.4.2",
"templateVersion": "7.2.0"
},
"scripts": {
Expand Down

0 comments on commit b374074

Please sign in to comment.