diff --git a/README.md b/README.md index 7c445c2..314d002 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ Use the time animation controls to easily explore data by time blocks. Click and ![preview-edit](/resources/time_animation.png) # Install +## Kibana 5.0.1 +```bash +./bin/kibana-plugin install https://github.com/nreese/kibana-time-plugin/releases/download/v5.0.1/kibana.zip +``` + ## Kibana 5.0.0 ```bash ./bin/kibana-plugin install https://github.com/nreese/kibana-time-plugin/releases/download/v5.0.0/kibana.zip @@ -26,4 +31,4 @@ Use the time animation controls to easily explore data by time blocks. Click and ## Kibana 5.x ```bash ./bin/kibana-plugin remove kibana-time-plugin -``` \ No newline at end of file +``` diff --git a/package.json b/package.json index bd27779..326e587 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { "name": "kibana-time-plugin", - "version": "5.0.0" + "version": "5.0.1" }