Skip to content

Commit 4cb5ec5

Browse files
authored
Increment version to 1.3.14.0 (#655)
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
1 parent ae1ec44 commit 4cb5ec5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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": "1.3.13.0",
4-
"opensearchDashboardsVersion": "1.3.13",
3+
"version": "1.3.14.0",
4+
"opensearchDashboardsVersion": "1.3.14",
55
"configPath": [
66
"anomaly_detection_dashboards"
77
],
@@ -11,4 +11,4 @@
1111
"optionalPlugins": [],
1212
"server": true,
1313
"ui": true
14-
}
14+
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "anomaly-detection-dashboards",
3-
"version": "1.3.13.0",
3+
"version": "1.3.14.0",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {
7-
"plugin_version": "1.3.12.0",
7+
"plugin_version": "1.3.14.0",
88
"plugin_name": "anomalyDetectionDashboards",
99
"plugin_zip_name": "anomaly-detection-dashboards"
1010
},
@@ -61,4 +61,4 @@
6161
"semver": "^7.5.3",
6262
"pretty-format": "^26.4.2"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)