diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index c0d68fd11..d921044b6 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,8 +1,10 @@ { "id": "alertingDashboards", - "version": "2.10.0.0", - "opensearchDashboardsVersion": "2.10.0", - "configPath": ["opensearch_alerting"], + "version": "2.11.0.0", + "opensearchDashboardsVersion": "2.11.0", + "configPath": [ + "opensearch_alerting" + ], "requiredPlugins": [ "uiActions", "dashboard", @@ -16,4 +18,4 @@ ], "server": true, "ui": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index 9d25c6429..54441aada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "2.10.0.0", + "version": "2.11.0.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0", @@ -65,4 +65,4 @@ "engines": { "yarn": "^1.21.1" } -} +} \ No newline at end of file