Skip to content

Commit

Permalink
Increment version to 2.10.0.0 (#571)
Browse files Browse the repository at this point in the history
Signed-off-by: opensearch-ci-bot <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
  • Loading branch information
1 parent 3d8740d commit 97066a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"id": "anomalyDetectionDashboards",
"version": "2.9.0.0",
"opensearchDashboardsVersion": "2.9.0",
"configPath": ["anomaly_detection_dashboards"],
"version": "2.10.0.0",
"opensearchDashboardsVersion": "2.10.0",
"configPath": [
"anomaly_detection_dashboards"
],
"requiredPlugins": [
"opensearchDashboardsUtils",
"expressions",
Expand All @@ -18,4 +20,4 @@
],
"server": true,
"ui": true
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anomaly-detection-dashboards",
"version": "2.9.0.0",
"version": "2.10.0.0",
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
"main": "index.js",
"config": {
Expand Down Expand Up @@ -55,4 +55,4 @@
"@sideway/formula": "^3.0.1",
"semver": "^5.7.2"
}
}
}

0 comments on commit 97066a6

Please sign in to comment.