From 9e8656dcb208fa098af9c86728c19ab374b4ee22 Mon Sep 17 00:00:00 2001 From: Wataru Takase Date: Tue, 9 Jan 2018 12:00:54 +0900 Subject: [PATCH] Bump version to 5.6.5 --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c6c693..05e8762 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ RequestHeader set X-Proxy-User %{REMOTE_USER}s * Kibana 5 ``` -bin/kibana-plugin install https://github.com/wtakase/kibana-own-home/releases/download/v5.6.4/own_home-5.6.4.zip +bin/kibana-plugin install https://github.com/wtakase/kibana-own-home/releases/download/v5.6.5/own_home-5.6.5.zip ``` ## Options diff --git a/package.json b/package.json index 9b243fe..47ff9ed 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "own_home", - "version": "5.6.4", + "version": "5.6.5", "description": "This plugin adds multi-tenancy feature to Kibana. A user can have own personal kibana.index so that objects the user created are stored in the index. And also group shared kibana.index can be provided. A user can switch kibana.index depending on the situation by selecting on the plugin interface. kibana.index list will be generated based on username, local group definition in kibana.yml, and LDAP roles.", "main": "index.js", "kibana": { - "version": "5.6.4" + "version": "5.6.5" }, "scripts": { "lint": "eslint",