diff --git a/README.md b/README.md index 3fa4ad9..18326dc 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: diff --git a/package.json b/package.json index 9b98e49..4ed6be2 100644 --- a/package.json +++ b/package.json @@ -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" }