Skip to content

Commit

Permalink
Bump version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nabilbendafi committed Oct 23, 2020
1 parent abb73fe commit c99a1b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2017-2019 Nabil Bendafi
Copyright 2017-2020 Nabil Bendafi

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
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 7

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

Older version:
- [6.x](https://github.com/nabilbendafi/country-flag-fieldformatters/tree/6.x)
Expand All @@ -23,7 +23,7 @@ This will provide a `build/country-flag-fieldformatters-X.X.X.zip` ready to be i

or install released plugin from Github.
```
$ bin/kibana-plugin install https://github.com/nabilbendafi/country-flag-fieldformatters/releases/download/v1.3.0/country-flag-fieldformatters-1.3.0.zip
$ bin/kibana-plugin install https://github.com/nabilbendafi/country-flag-fieldformatters/releases/download/v1.4.0/country-flag-fieldformatters-1.4.0.zip
```

Unistall:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "country-flag-fieldformatters",
"version": "1.3.0",
"version": "1.4.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>",
"main": "public/index.ts",
"kibana": {
"version": "7.3.0"
"version": "7.6.2"
},
"scripts": {
"kbn": "node ../../scripts/kbn",
Expand Down

0 comments on commit c99a1b3

Please sign in to comment.