diff --git a/src/plugins/custom_import_map/opensearch_dashboards.json b/src/plugins/custom_import_map/opensearch_dashboards.json index 4b9d5623..11eb07ba 100644 --- a/src/plugins/custom_import_map/opensearch_dashboards.json +++ b/src/plugins/custom_import_map/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "customImportMap", - "version": "2.2.0.0", - "opensearchDashboardsVersion": "2.2.0", + "version": "3.0.0.0", + "opensearchDashboardsVersion": "3.0.0", "server": true, "ui": true, "requiredPlugins": ["regionMap", "opensearchDashboardsReact"], diff --git a/src/plugins/custom_import_map/package.json b/src/plugins/custom_import_map/package.json index de3b7315..ce4a8f50 100644 --- a/src/plugins/custom_import_map/package.json +++ b/src/plugins/custom_import_map/package.json @@ -1,6 +1,6 @@ { "name": "customImportMap", - "version": "2.2.0.0", + "version": "3.0.0.0", "scripts": { "build": "yarn plugin-helpers build", "plugin-helpers": "node ../../../../scripts/plugin_helpers",