diff --git a/README.md b/README.md index 5537979..89339c2 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ This project is a Kibana plugin that provides two visualizations: - Add a row number column - Ability to add the visualization to a Canvas workpad (Kibana 7.9+) - Ability to use dashboard drilldowns (Kibana 7.9+) -- Kibana supported versions: all versions from 5.5 to 8.3 -- OpenSearch Dashboards supported versions : all versions from 1.0 to 2.0 +- Kibana supported versions: all versions from 5.5 to 8.4 +- OpenSearch Dashboards supported versions : all versions from 1.0 to 2.2 ## Demo diff --git a/package.json b/package.json index 7d31295..f68ef9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enhanced-table", - "version": "1.13.2", + "version": "1.13.3", "description": "This visualization plugin is like a Data Table, but with enhanced features like computed columns, filter bar and pivot table", "license": "Apache-2.0", "homepage": "https://github.com/fbaligand/kibana-enhanced-table",