We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0a1aa commit 73992c9Copy full SHA for 73992c9
opensearch_dashboards.json
@@ -1,7 +1,7 @@
1
{
2
"id": "anomalyDetectionDashboards",
3
- "version": "1.0.0.0-beta1",
4
- "opensearchDashboardsVersion": "1.0.0-beta1",
+ "version": "1.0.0.0-rc1",
+ "opensearchDashboardsVersion": "1.0.0-rc1",
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-beta1",
+ "plugin_version": "1.0.0.0-rc1",
8
"plugin_name": "anomalyDetectionDashboards"
9
},
10
"scripts": {
0 commit comments