Skip to content

Commit 349cbbd

Browse files
committed
Upgrade to 7.4.2
1 parent 16538e6 commit 349cbbd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ This branch is for Kibana 7.x.
1212
See [Getting Started](docs/GETTING_STARTED.md)
1313

1414
## Installation
15-
The latest stable version is for kibana 7.4.1.
15+
The latest stable version is for kibana 7.4.2.
1616

1717
| Kibana version | Command |
1818
| ---------- | ------- |
19+
| 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`
1920
| 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`
2021
| 7.4.0 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/7.4.0/analyze_api_ui-7.4.0.zip`
2122
| 7.3.2 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/7.3.2/analyze_api_ui-7.3.2.zip`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "analyze_api_ui",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
44
"description": "UI for elasticsearch analyze API",
55
"main": "index.js",
66
"kibana": {
7-
"version": "7.4.1",
7+
"version": "7.4.2",
88
"templateVersion": "1.0.0"
99
},
1010
"scripts": {

0 commit comments

Comments
 (0)