Skip to content

Commit

Permalink
Increment version to 3.0.0.0 (#66)
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 a656fc2 commit 7315cf8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
"opensearchDashboardsVersion": "3.0.0",
"server": true,
"ui": true,
"requiredPlugins": ["navigation"],
"optionalPlugins": ["dataSource",
"dataSourceManagement"],
"requiredPlugins": [
"navigation"
],
"optionalPlugins": [
"dataSource",
"dataSourceManagement"
],
"supportedOSDataSourceVersions": ">=2.19.0",
"requiredOSDataSourcePlugins": ["query-insights"]
}
"requiredOSDataSourcePlugins": [
"query-insights"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
"node_modules/*",
"target/*"
]
}
}

0 comments on commit 7315cf8

Please sign in to comment.