diff --git a/README.md b/README.md index 13ff7ad..feb165b 100644 --- a/README.md +++ b/README.md @@ -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/v7.0.0/kibana-milestones-vis-7.0.0.zip +bin/kibana-plugin install https://github.com/walterra/kibana-milestones-vis/releases/download/v7.1.0/kibana-milestones-vis-7.1.0.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/v7.0.0/kibana-milestones-vis-7.0.0.zip -- Inside your kibana directory, run `bin/kibana-plugin install file:////kibana-milestones-vis-7.0.0.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/v7.1.0/kibana-milestones-vis-7.1.0.zip +- Inside your kibana directory, run `bin/kibana-plugin install file:////kibana-milestones-vis-7.1.0.zip`, then `npm run start` - ## Usage diff --git a/package.json b/package.json index 90f3f7e..3edce8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kibana-milestones-vis", - "version": "7.0.0", + "version": "7.1.0", "description": "A d3 based timeline visualization kibana plugin.", "main": "index.js", "homepage": "https://github.com/elastic/kibana-milestones-vis", @@ -16,7 +16,7 @@ "Walter Rafelsberger " ], "kibana": { - "version": "7.0.0", + "version": "7.1.0", "templateVersion": "1.0.0" }, "scripts": {