Skip to content

Commit

Permalink
Bump version to 6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wtakase committed Apr 8, 2019
1 parent 10684f0 commit e237ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.7.0/own_home-6.7.0.zip
bin/kibana-plugin install https://github.com/wtakase/kibana-own-home/releases/download/v6.7.1/own_home-6.7.1.zip
```

## Options
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "own_home",
"version": "6.7.0",
"version": "6.7.1",
"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.7.0"
"version": "6.7.1"
},
"scripts": {
"lint": "eslint",
Expand Down

0 comments on commit e237ec0

Please sign in to comment.