We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd87770 commit f798a81Copy full SHA for f798a81
opensearch_dashboards.json
@@ -1,7 +1,7 @@
1
{
2
"id": "anomalyDetectionDashboards",
3
- "version": "1.0.0.0-rc1",
4
- "opensearchDashboardsVersion": "1.0.0-rc1",
+ "version": "1.0.0.0",
+ "opensearchDashboardsVersion": "1.0.0",
5
"configPath": ["anomaly_detection_dashboards"],
6
"requiredPlugins": ["navigation"],
7
"optionalPlugins": [],
package.json
@@ -1,10 +1,10 @@
"name": "anomaly-detection-dashboards",
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
"main": "index.js",
"config": {
- "plugin_version": "1.0.0.0-rc1",
+ "plugin_version": "1.0.0.0",
8
"plugin_name": "anomalyDetectionDashboards",
9
"plugin_zip_name": "anomaly-detection-dashboards"
10
},
0 commit comments