Skip to content

Commit

Permalink
Edits to package.json and README for 5.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson committed Dec 1, 2016
1 parent ee2d026 commit 020bf27
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 versions 5.0.0 and 5.0.1.
build with versions 5.0.0, 5.0.1 and 5.0.2.

## Installation

Expand Down Expand Up @@ -50,6 +50,12 @@ bin/kibana-plugin install https://github.com/prelert/kibana-swimlane-vis/release
bin/kibana-plugin install https://github.com/prelert/kibana-swimlane-vis/releases/download/v5.0.1/prelert_swimlane_vis-5.0.1.zip
```

### Kibana 5.0.2:

```
bin/kibana-plugin install https://github.com/prelert/kibana-swimlane-vis/releases/download/v5.0.2/prelert_swimlane_vis-5.0.2.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.1",
"version": "5.0.2",
"description": "Prelert swimlane visualization plugin",
"license": "Apache-2.0"
}

0 comments on commit 020bf27

Please sign in to comment.