From 8bda98c8bed64a664fee60e5d2bccffb43522f02 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 5 Jun 2024 13:58:27 -0400 Subject: [PATCH] Update 2.x to 2.15.0 Signed-off-by: Peter Zhu --- opensearch_dashboards.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 8cc4a653..63b39fed 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "anomalyDetectionDashboards", - "version": "2.14.0.0", - "opensearchDashboardsVersion": "2.14.0", + "version": "2.15.0.0", + "opensearchDashboardsVersion": "2.15.0", "configPath": [ "anomaly_detection_dashboards" ], @@ -24,4 +24,4 @@ ], "server": true, "ui": true -} \ No newline at end of file +} diff --git a/package.json b/package.json index 1aafdbb2..90f21775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anomaly-detection-dashboards", - "version": "2.14.0.0", + "version": "2.15.0.0", "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": { @@ -57,4 +57,4 @@ "browserify-sign": "^4.2.2", "axios": "^1.6.1" } -} \ No newline at end of file +}