diff --git a/README.md b/README.md index 2882b52..527d9e4 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,15 @@ Analyze text with Aalyzer ![Sample image](docs/sample_image.jpg) +This branch is for Kibana 7.x. + ## How to use? See [Getting Started](docs/GETTING_STARTED.md) ## Installation -The latest version is for kibana 6.6.0. +The latest stable version is for kibana 6.6.0. +The latest alpha version is for kibana 7.0.0-alpha1 | Kibana version | Command | | ---------- | ------- | diff --git a/package.json b/package.json index e3125db..8e3970a 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "analyze-api-ui-plugin", - "version": "6.6.0", + "version": "7.0.0-alpha1", "description": "UI for elasticsearch analyze API", "main": "index.js", "kibana": { - "version": "6.6.0", + "version": "7.0.0-alpha1", "templateVersion": "1.0.0" }, "scripts": { @@ -32,6 +32,5 @@ "eslint-plugin-prefer-object-spread": "^1.2.1", "eslint-plugin-react": "^7.11.1", "expect.js": "^0.3.1" - } }