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" }