From c99a1b3b7b75bf0cd46a9052a88c758dcc6ca663 Mon Sep 17 00:00:00 2001 From: Nabil BENDAFI Date: Tue, 30 Jun 2020 16:57:32 +0200 Subject: [PATCH] Bump version 1.4.0 --- LICENSE | 2 +- README.md | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index ac16b3a..59c2471 100644 --- a/LICENSE +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index 82b663b..807e857 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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: diff --git a/package.json b/package.json index 971b6f8..cddb549 100644 --- a/package.json +++ b/package.json @@ -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 ", "main": "public/index.ts", "kibana": { - "version": "7.3.0" + "version": "7.6.2" }, "scripts": { "kbn": "node ../../scripts/kbn",