From da49d3c812346bf9bc3b8288423d4e65f18e9eed Mon Sep 17 00:00:00 2001 From: amannocci Date: Mon, 20 Feb 2017 18:53:31 +0000 Subject: [PATCH] [Released] Support for Kibana 5.2.1 Signed-off-by: amannocci --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6e9152..0090bb3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Different releases of the plugin are available to work with either Kibana 4 or K You can test this plugin within a kibana docker container ```bash #!/bin/bash -VERSION="5.2.0" +VERSION="5.2.1" git clone https://github.com/amannocci/kibana-plugin-metric-percent plugins/kibana-plugin-metric-percent docker run --name kibana-$VERSION --net=host -e ELASTICSEARCH_URL=http://localhost:9200 -v $PWD/plugins:/usr/share/kibana/plugins -d kibana:$VERSION --plugins /usr/share/kibana/plugins ``` diff --git a/package.json b/package.json index a647216..312b401 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { "name": "metric_percent_vis", - "version": "5.2.0" + "version": "5.2.1" }