Skip to content

Commit

Permalink
Edits to package.json and README for 5.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson committed Nov 25, 2016
1 parent d8afbdf commit ee2d026
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ response times:
Different releases of the plugin are available to work with either Kibana 4 or Kibana 5.

The distribution for Kibana 4 has been tested with Kibana versions 4.3, 4.4, 4.5 and 4.6, and the Kibana 5
build with version 5.0.0.
build with versions 5.0.0 and 5.0.1.

## Installation

Expand All @@ -44,6 +44,12 @@ bin/kibana plugin -i prelert_swimlane_vis -u https://github.com/prelert/kibana-s
bin/kibana-plugin install https://github.com/prelert/kibana-swimlane-vis/releases/download/v5.0.0/prelert_swimlane_vis-5.0.0.zip
```

### Kibana 5.0.1:

```
bin/kibana-plugin install https://github.com/prelert/kibana-swimlane-vis/releases/download/v5.0.1/prelert_swimlane_vis-5.0.1.zip
```

## Uninstall

### Kibana 5.x:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prelert_swimlane_vis",
"version": "5.0.0",
"version": "5.0.1",
"description": "Prelert swimlane visualization plugin",
"license": "Apache-2.0"
}

0 comments on commit ee2d026

Please sign in to comment.