Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Edits to package.json and README for 7.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson committed Nov 29, 2019
1 parent eabc89a commit e000fa5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Kibana enforces that installed plugins match the version of Kibana itself, so di
swimlane plugin are available for each new Kibana release.

The distribution for Kibana 7 has been built for versions:
* 7.4.0
* 7.3.2
* 7.3.1
* 7.3.0
Expand Down Expand Up @@ -106,6 +107,12 @@ For Kibana 4 a single release was available and tested with versions 4.3, 4.4, 4


## Installation
### Kibana 7.4.0:

```
bin/kibana-plugin install https://github.com/prelert/kibana-swimlane-vis/releases/download/v7.4.0/prelert_swimlane_vis-7.4.0.zip
```

### Kibana 7.3.2:

```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "prelert_swimlane_vis",
"version": "7.3.2",
"version": "7.4.0",
"description": "Prelert swimlane visualization plugin",
"license": "Apache-2.0",
"main": "index.js",
"kibana": {
"version": "7.3.2"
"version": "7.4.0"
},
"scripts": {
"preinstall": "node ../../kibana/preinstall_check",
Expand Down

0 comments on commit e000fa5

Please sign in to comment.