Skip to content

Commit

Permalink
Bump version to 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wtakase committed Mar 8, 2018
1 parent b89f4e9 commit 74f182e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1/own_home-6.2.1.zip
bin/kibana-plugin install https://github.com/wtakase/kibana-own-home/releases/download/v6.2.2/own_home-6.2.2.zip
```

## Options
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "own_home",
"version": "6.2.1",
"version": "6.2.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.2.1"
"version": "6.2.2"
},
"scripts": {
"lint": "eslint",
Expand Down

0 comments on commit 74f182e

Please sign in to comment.