Skip to content

Commit

Permalink
Bump version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabil BENDAFI committed Feb 6, 2018
1 parent 66a2877 commit d84cfaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Country flag FieldFormat Plugin for Kibana 5

### About
This is a plugin for Kibana 5+. Has been developed and tested on Kibana 5.2.0 version. The plugin uses [flag-icon-css](https://github.com/lipis/flag-icon-css)
This is a plugin for Kibana 5+. Has been developed and tested on Kibana 5.2.0/5.6.7 version. The plugin uses [flag-icon-css](https://github.com/lipis/flag-icon-css)

![Screenshot](https://raw.githubusercontent.com/nabilbendafi/country-flag-fieldformatters/master/images/country.jpg)

Expand All @@ -15,7 +15,7 @@ $ npm install
```
or
```
$ bin/kibana-plugin install https://github.com/nabilbendafi/country-flag-fieldformatters/releases/download/v5.2.0/country-flag-fieldformatters-5.2.0.zip
$ bin/kibana-plugin install https://github.com/nabilbendafi/country-flag-fieldformatters/releases/download/v1.1.0/country-flag-fieldformatters-1.1.0.zip
```

Unistall:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "country-flag-fieldformatters",
"version": "1.0.1",
"version": "1.1.0",
"description": "Field formatters plugin for Kibana that display country flag based on its 'ISO 3166-1 alpha-2' code.",
"url" : "https://github.com/nabilbendafi/country-flag-fieldformatters/issues",
"author": "Nabil Bendafi <nabil@bendafi.fr>",
Expand Down

0 comments on commit d84cfaa

Please sign in to comment.