Skip to content

Commit

Permalink
Increment version to 2.14.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: opensearch-ci-bot <[email protected]>
  • Loading branch information
opensearch-ci-bot committed Apr 6, 2024
1 parent 0aabcd4 commit 5e9a3bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"id": "queryWorkbenchDashboards",
"version": "2.13.0.0",
"opensearchDashboardsVersion": "2.13.0",
"version": "2.14.0.0",
"opensearchDashboardsVersion": "2.14.0",
"server": true,
"ui": true,
"requiredPlugins": ["navigation", "opensearchDashboardsReact", "opensearchDashboardsUtils"],
"optionalPlugins": ["observabilityDashboards"]
}
"requiredPlugins": [
"navigation",
"opensearchDashboardsReact",
"opensearchDashboardsUtils"
],
"optionalPlugins": [
"observabilityDashboards"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch-query-workbench",
"version": "2.13.0.0",
"version": "2.14.0.0",
"description": "Query Workbench",
"main": "index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -50,4 +50,4 @@
"semver": "^7.5.2",
"@cypress/request": "^3.0.0"
}
}
}

0 comments on commit 5e9a3bd

Please sign in to comment.