Skip to content

Commit

Permalink
Upgrade for 7.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johtani committed Dec 19, 2019
1 parent 972934d commit 5c8f0e4
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.5.0.
The latest stable version is for kibana 7.5.1.

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

0 comments on commit 5c8f0e4

Please sign in to comment.