Skip to content

Commit

Permalink
[AUTO] Increment version to 2.8.1.0 (#601)
Browse files Browse the repository at this point in the history
* Increment version to 2.8.1.0

Signed-off-by: opensearch-ci-bot <[email protected]>

* Update package.json

Signed-off-by: Tyler Ohlsen <[email protected]>

---------

Signed-off-by: opensearch-ci-bot <[email protected]>
Signed-off-by: Tyler Ohlsen <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
Co-authored-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
3 people authored Jan 5, 2024
1 parent f37b54a commit b98c6d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"id": "anomalyDetectionDashboards",
"version": "2.8.0.0",
"opensearchDashboardsVersion": "2.8.0",
"configPath": ["anomaly_detection_dashboards"],
"requiredPlugins": ["navigation"],
"version": "2.8.1.0",
"opensearchDashboardsVersion": "2.8.1",
"configPath": [
"anomaly_detection_dashboards"
],
"requiredPlugins": [
"navigation"
],
"optionalPlugins": [],
"server": true,
"ui": true
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "anomaly-detection-dashboards",
"version": "2.8.0.0",
"version": "2.8.1.0",
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
"main": "index.js",
"config": {
"plugin_version": "2.8.0.0",
"plugin_version": "2.8.1.0",
"plugin_name": "anomalyDetectionDashboards",
"plugin_zip_name": "anomaly-detection-dashboards"
},
Expand Down

0 comments on commit b98c6d2

Please sign in to comment.