diff --git a/README.md b/README.md index 42a67c8..65312ad 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ In case you do not wish to define all the visualization's properties (`isFullSta # Install cd kibana_home, then type the appropriate command: +Kibana 6.4.3 +``` +./bin/kibana-plugin install https://github.com/Webiks/kibana-API/releases/download/v6.4.3_0.6.0/kibana_api-0.6.0.zip +``` + Kibana 6.4.2 ``` ./bin/kibana-plugin install https://github.com/Webiks/kibana-API/releases/download/v6.4.2_0.6.0/kibana_api-0.6.0.zip diff --git a/package.json b/package.json index e7b9795..91372eb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "This plugin allow you to crete visualization dynamiclly", "main": "index.js", "kibana": { - "version": "6.4.2" + "version": "6.4.3" }, "repository": { "type": "git",