Skip to content

Commit

Permalink
Increment version to 1.4.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 Feb 2, 2024
1 parent 50fde61 commit 9837724
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": "indexManagementDashboards",
"version": "1.3.7.0",
"opensearchDashboardsVersion": "1.3.7",
"configPath": ["opensearch_index_management"],
"requiredPlugins": ["navigation"],
"version": "1.4.0.0",
"opensearchDashboardsVersion": "1.4.0",
"configPath": [
"opensearch_index_management"
],
"requiredPlugins": [
"navigation"
],
"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_index_management_dashboards",
"version": "1.3.7.0",
"version": "1.4.0.0",
"description": "Opensearch Dashboards plugin for Index Management",
"main": "index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -61,4 +61,4 @@
"node": "10.24.1",
"yarn": "^1.21.1"
}
}
}

0 comments on commit 9837724

Please sign in to comment.