From 52cc27f954f37fb22fc493e93f2dc88b3f0d8bfb Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Fri, 19 May 2023 00:20:13 +0000 Subject: [PATCH] Increment version to 3.0.0.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 11 ++++++++--- package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index f5d6d1641..9ffa9178e 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -2,8 +2,13 @@ "id": "indexManagementDashboards", "version": "3.0.0.0", "opensearchDashboardsVersion": "3.0.0", - "configPath": ["opensearch_index_management"], - "requiredPlugins": ["navigation", "opensearchDashboardsReact"], + "configPath": [ + "opensearch_index_management" + ], + "requiredPlugins": [ + "navigation", + "opensearchDashboardsReact" + ], "server": true, "ui": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index 303506e18..4970f0f4b 100644 --- a/package.json +++ b/package.json @@ -70,4 +70,4 @@ "engines": { "yarn": "^1.21.1" } -} +} \ No newline at end of file