Skip to content

Commit 73992c9

Browse files
authored
Bump plugin version to 1.0.0.0-rc1 (opensearch-project#32)
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 2d0a1aa commit 73992c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

opensearch_dashboards.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "anomalyDetectionDashboards",
3-
"version": "1.0.0.0-beta1",
4-
"opensearchDashboardsVersion": "1.0.0-beta1",
3+
"version": "1.0.0.0-rc1",
4+
"opensearchDashboardsVersion": "1.0.0-rc1",
55
"configPath": ["anomaly_detection_dashboards"],
66
"requiredPlugins": ["navigation"],
77
"optionalPlugins": [],

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "anomaly-detection-dashboards",
3-
"version": "1.0.0.0-beta1",
3+
"version": "1.0.0.0-rc1",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {
7-
"plugin_version": "1.0.0.0-beta1",
7+
"plugin_version": "1.0.0.0-rc1",
88
"plugin_name": "anomalyDetectionDashboards"
99
},
1010
"scripts": {

0 commit comments

Comments
 (0)