Skip to content

Commit

Permalink
Increment version to 2.14.0.0 (#717)
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 fb1536e commit 2715968
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"id": "anomalyDetectionDashboards",
"version": "2.13.0.0",
"opensearchDashboardsVersion": "2.13.0",
"version": "2.14.0.0",
"opensearchDashboardsVersion": "2.14.0",
"configPath": [
"anomaly_detection_dashboards"
],
"optionalPlugins": ["dataSource","dataSourceManagement"],
"optionalPlugins": [
"dataSource",
"dataSourceManagement"
],
"requiredPlugins": [
"opensearchDashboardsUtils",
"expressions",
Expand Down
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.13.0.0",
"version": "2.14.0.0",
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
"main": "index.js",
"config": {
Expand Down Expand Up @@ -56,4 +56,4 @@
"browserify-sign": "^4.2.2",
"axios": "^1.6.1"
}
}
}

0 comments on commit 2715968

Please sign in to comment.