From 4329150500dcc17765255a8d78e58fcddfff7014 Mon Sep 17 00:00:00 2001 From: Jun Ohtani Date: Wed, 21 Feb 2018 15:37:53 +0900 Subject: [PATCH] Upgrade 6.2.2 --- README.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6502019..36dd88d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ The latest version is for kibana 6.2.1. | Kibana version | Command | | ---------- | ------- | +| 6.2.2 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.2.2/analyze-api-ui-plugin-6.2.2.zip` | 6.2.1 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.2.1/analyze-api-ui-plugin-6.2.1.zip` | 6.2.0 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.2.0/analyze-api-ui-plugin-6.2.0.zip` | 6.1.3 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.1.3/analyze-api-ui-plugin-6.1.3.zip` diff --git a/package.json b/package.json index 65b578f..94a17ae 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "analyze-api-ui-plugin", - "version": "6.2.1", + "version": "6.2.2", "description": "UI for elasticsearch analyze API", "main": "index.js", "kibana": { - "version": "6.2.1", + "version": "6.2.2", "templateVersion": "7.2.0" }, "scripts": {