From 5e9a3bddc1719aad93736fecccc3cb88ed7c8580 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Sat, 6 Apr 2024 00:18:58 +0000 Subject: [PATCH] Increment version to 2.14.0.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 16 +++++++++++----- package.json | 4 ++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index d9a6e5a..8ff83c0 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,9 +1,15 @@ { "id": "queryWorkbenchDashboards", - "version": "2.13.0.0", - "opensearchDashboardsVersion": "2.13.0", + "version": "2.14.0.0", + "opensearchDashboardsVersion": "2.14.0", "server": true, "ui": true, - "requiredPlugins": ["navigation", "opensearchDashboardsReact", "opensearchDashboardsUtils"], - "optionalPlugins": ["observabilityDashboards"] -} + "requiredPlugins": [ + "navigation", + "opensearchDashboardsReact", + "opensearchDashboardsUtils" + ], + "optionalPlugins": [ + "observabilityDashboards" + ] +} \ No newline at end of file diff --git a/package.json b/package.json index 3a8b0bd..6351cc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-query-workbench", - "version": "2.13.0.0", + "version": "2.14.0.0", "description": "Query Workbench", "main": "index.js", "license": "Apache-2.0", @@ -50,4 +50,4 @@ "semver": "^7.5.2", "@cypress/request": "^3.0.0" } -} +} \ No newline at end of file