Skip to content

Commit

Permalink
[WIP] Upgrade 7.0.0-alpha1
Browse files Browse the repository at this point in the history
* Fixed upgrade Hapi 17, still need to fix comparing analyzer results
* Need to fix requesting to Rest API
  • Loading branch information
johtani committed Feb 18, 2019
1 parent 93f6fdf commit c42af97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ---------- | ------- |
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -32,6 +32,5 @@
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.11.1",
"expect.js": "^0.3.1"

}
}

0 comments on commit c42af97

Please sign in to comment.