Skip to content

Commit 0611bf9

Browse files
peterzhuamazonamitgalitz
authored andcommitted
Update 2.x to 2.15.0
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 0966a2f commit 0611bf9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

opensearch_dashboards.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "anomalyDetectionDashboards",
3-
"version": "2.14.0.0",
4-
"opensearchDashboardsVersion": "2.14.0",
3+
"version": "2.15.0.0",
4+
"opensearchDashboardsVersion": "2.15.0",
55
"configPath": [
66
"anomaly_detection_dashboards"
77
],
@@ -24,4 +24,4 @@
2424
],
2525
"server": true,
2626
"ui": true
27-
}
27+
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anomaly-detection-dashboards",
3-
"version": "2.14.0.0",
3+
"version": "2.15.0.0",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {
@@ -57,4 +57,4 @@
5757
"browserify-sign": "^4.2.2",
5858
"axios": "^1.6.1"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)