diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index bce468f0..49f53cfa 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "queryInsightsDashboards", - "version": "2.19.3.0", - "opensearchDashboardsVersion": "2.19.3", + "version": "2.19.4.0", + "opensearchDashboardsVersion": "2.19.4", "server": true, "ui": true, "requiredPlugins": [ diff --git a/package.json b/package.json index f4ca9bb9..9b792ad2 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "opensearch_query_insights_dashboards", - "version": "2.19.3.0", + "version": "2.19.4.0", "description": "OpenSearch Dashboards plugin for Query Insights", "main": "index.js", "opensearchDashboards": { - "version": "2.19.3", - "templateVersion": "2.19.3" + "version": "2.19.4", + "templateVersion": "2.19.4" }, "license": "Apache-2.0", "homepage": "https://github.com/opensearch-project/query-insights-dashboards",