Skip to content

Commit

Permalink
Increment version to 2.8.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
  • Loading branch information
opensearch-ci-bot committed May 3, 2023
1 parent f93dfe0 commit 2dbc1c4
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,9 +1,13 @@
{
"id": "securityAnalyticsDashboards",
"version": "2.7.0.0",
"opensearchDashboardsVersion": "2.7.0",
"configPath": ["opensearch_security_analytics"],
"requiredPlugins": ["data"],
"version": "2.8.0.0",
"opensearchDashboardsVersion": "2.8.0",
"configPath": [
"opensearch_security_analytics"
],
"requiredPlugins": [
"data"
],
"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": "opensearch_security_analytics_dashboards",
"version": "2.7.0.0",
"version": "2.8.0.0",
"description": "OpenSearch Dashboards plugin for Security Analytics",
"main": "index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -77,4 +77,4 @@
"formik": "^2.2.6",
"react-graph-vis": "^1.0.7"
}
}
}

0 comments on commit 2dbc1c4

Please sign in to comment.