Skip to content

Commit

Permalink
Bump version to 6.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed May 3, 2018
1 parent 769e926 commit fa362e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ The releases of this plugin are synced with Kibana's release cycle. In the "Asse
Run the following from within your Kibana folder:

```
bin/kibana-plugin install https://github.com/walterra/kibana-milestones-vis/releases/download/v6.2.4/kibana-milestones-vis-6.2.4.zip
bin/kibana-plugin install https://github.com/walterra/kibana-milestones-vis/releases/download/v6.2.5/kibana-milestones-vis-6.2.5.zip
```

### Installing by first downloading a zipped release

- Head over to https://github.com/walterra/kibana-milestones-vis/releases and download the ZIP of the version you want to use, e.g. https://github.com/walterra/kibana-milestones-vis/releases/download/v6.2.4/kibana-milestones-vis-6.2.4.zip
- Inside your kibana directory, run `bin/kibana-plugin install file:///<path-to-file>/kibana-milestones-vis-6.2.4.zip`, then `npm run start`
- Head over to https://github.com/walterra/kibana-milestones-vis/releases and download the ZIP of the version you want to use, e.g. https://github.com/walterra/kibana-milestones-vis/releases/download/v6.2.5/kibana-milestones-vis-6.2.5.zip
- Inside your kibana directory, run `bin/kibana-plugin install file:///<path-to-file>/kibana-milestones-vis-6.2.5.zip`, then `npm run start`


## Usage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kibana-milestones-vis",
"version": "6.2.4",
"version": "6.2.5",
"description": "A d3 based timeline visualization kibana plugin.",
"main": "index.js",
"homepage": "https://github.com/elastic/kibana-milestones-vis",
Expand All @@ -16,7 +16,7 @@
"Walter Rafelsberger <walter.rafelsberger@elastic.co>"
],
"kibana": {
"version": "6.2.4",
"version": "6.2.5",
"templateVersion": "7.2.2"
},
"scripts": {
Expand Down

0 comments on commit fa362e9

Please sign in to comment.