Skip to content

Commit

Permalink
bump version to 2.11
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Sep 26, 2023
1 parent 451a931 commit 46e5a6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "anomalyDetectionDashboards",
"version": "2.10.0.0",
"opensearchDashboardsVersion": "2.10.0",
"version": "2.11.0.0",
"opensearchDashboardsVersion": "2.11.0",
"configPath": [
"anomaly_detection_dashboards"
],
Expand All @@ -20,4 +20,4 @@
],
"server": true,
"ui": true
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "anomaly-detection-dashboards",
"version": "2.10.0.0",
"version": "2.11.0.0",
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
"main": "index.js",
"config": {
"plugin_version": "2.9.0.0",
"plugin_version": "2.11.0.0",
"plugin_name": "anomalyDetectionDashboards",
"plugin_zip_name": "anomaly-detection-dashboards"
},
Expand Down Expand Up @@ -55,4 +55,4 @@
"@sideway/formula": "^3.0.1",
"semver": "^5.7.2"
}
}
}

0 comments on commit 46e5a6f

Please sign in to comment.