From 461901d5cc35af45fd6f62016e6a86e1a290adf2 Mon Sep 17 00:00:00 2001 From: Wataru Takase Date: Wed, 5 Sep 2018 18:03:18 +0900 Subject: [PATCH] Bump version to 6.4.0 --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03dd01d..baada2c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ RequestHeader set X-Proxy-User %{REMOTE_USER}s * Kibana 6 ``` -bin/kibana-plugin install https://github.com/wtakase/kibana-own-home/releases/download/v6.3.2/own_home-6.3.2.zip +bin/kibana-plugin install https://github.com/wtakase/kibana-own-home/releases/download/v6.4.0/own_home-6.4.0.zip ``` ## Options diff --git a/package.json b/package.json index 48a496b..2126a13 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "own_home", - "version": "6.3.2", + "version": "6.4.0", "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": "6.3.2" + "version": "6.4.0" }, "scripts": { "lint": "eslint",