Skip to content

Commit

Permalink
updated Kibana version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fjgal committed Jan 15, 2017
1 parent c0ff21c commit 114e6d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "kibana-time-plugin",
"version": "5.0.0"
"version": "5.0.1"
}

0 comments on commit 114e6d4

Please sign in to comment.