From cdb1b363118ba4d7709bc6f3d56878fbf9944e9d Mon Sep 17 00:00:00 2001 From: Wataru Takase Date: Tue, 15 Jan 2019 11:53:47 +0900 Subject: [PATCH] Bump version to 6.5.2 --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cdbf43..3888aa3 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,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.5.1/own_home-6.5.1.zip +bin/kibana-plugin install https://github.com/wtakase/kibana-own-home/releases/download/v6.5.2/own_home-6.5.2.zip ``` ## Options diff --git a/package.json b/package.json index 3b82a91..bdb0a1a 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "own_home", - "version": "6.5.1", + "version": "6.5.2", "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.5.1" + "version": "6.5.2" }, "scripts": { "lint": "eslint",