diff --git a/.travis.yml b/.travis.yml index c5b7c17..5b8a41c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,8 @@ dist: trusty env: - ELASTIC_VERSION="5.2.2" -- ELASTIC_VERSION="5.3.0" DEPLOY="true" +- ELASTIC_VERSION="5.4.3" +- ELASTIC_VERSION="5.5.0" DEPLOY="true" before_script: diff --git a/README.md b/README.md index cdee25a..b94f202 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,17 @@ We regularly test only for Kibana 5. If you find bugs on Kibana 4 you can open a For upcoming features and TODOs check [here](https://github.com/fermiumlabs/mathlion/projects). +## How to update + +If you need to update mathlion for a new Kibana release: + +1. Add your version to package.json, inside "kibanas". +2. Inside travis.yml add an "ELASTIC_VERSION" environmental variable with the latest version of kibana. +3. commit your changes +4. run `npm version patch` + --- Follow Fermium LABS on Twitter - diff --git a/package.json b/package.json index 91fb7ef..4154f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathlion", - "version": "0.2.5", + "version": "0.2.7", "kibanas": [ "5.0.0-beta1", "5.0.0", @@ -11,7 +11,9 @@ "5.2.0", "5.2.1", "5.2.2", - "5.3.0" + "5.3.0", + "5.4.3", + "5.5.0" ], "repository": { "type": "git",