Skip to content

Commit

Permalink
Update to 7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johtani committed Mar 6, 2020
1 parent 54d16c5 commit 86ec47d
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 @@ -12,10 +12,11 @@ This branch is for Kibana 7.x.
See [Getting Started](docs/GETTING_STARTED.md)

## Installation
The latest stable version is for kibana 7.6.0.
The latest stable version is for kibana 7.6.1.

| Kibana version | Command |
| ---------- | ------- |
| 7.6.1 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/7.6.0/analyze_api_ui-7.6.1.zip`
| 7.6.0 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/7.6.0/analyze_api_ui-7.6.0.zip`
| 7.5.2 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/7.5.2/analyze_api_ui-7.5.2.zip`
| 7.5.1 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/7.5.1/analyze_api_ui-7.5.1.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",
"version": "7.6.0",
"version": "7.6.1",
"description": "UI for elasticsearch analyze API",
"main": "index.js",
"kibana": {
"version": "7.6.0",
"version": "7.6.1",
"templateVersion": "1.0.0"
},
"scripts": {
Expand Down

0 comments on commit 86ec47d

Please sign in to comment.