Skip to content

Commit

Permalink
Upgrade 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johtani committed Mar 28, 2018
1 parent 33a4a0b commit 715e18e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The latest version is for kibana 6.2.1.

| Kibana version | Command |
| ---------- | ------- |
| 6.2.3 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.2.3/analyze-api-ui-plugin-6.2.3.zip`
| 6.2.2 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.2.2/analyze-api-ui-plugin-6.2.2.zip`
| 6.2.1 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.2.1/analyze-api-ui-plugin-6.2.1.zip`
| 6.2.0 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.2.0/analyze-api-ui-plugin-6.2.0.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.2.2",
"version": "6.2.3",
"description": "UI for elasticsearch analyze API",
"main": "index.js",
"kibana": {
"version": "6.2.2",
"version": "6.2.3",
"templateVersion": "7.2.0"
},
"scripts": {
Expand Down

0 comments on commit 715e18e

Please sign in to comment.