diff --git a/README.md b/README.md index d530f40060..750366620e 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,9 @@ This plugin for OpenSearch Dashboards allows you to visualize and analyze Wazuh ## Requisites -- Wazuh HIDS 4.4.0 -- Wazuh dashboard 4.4.0 -- Wazuh indexer 4.4.0 +- Wazuh HIDS 4.5.0 +- Wazuh dashboard 4.5.0 +- Wazuh indexer 4.5.0 ## Contribute diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 4759dcf24e..16c2eded76 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuh", - "version": "4.4.0-4400", + "version": "4.5.0-4500", "opensearchDashboardsVersion": "opensearchDashboards", "configPath": [ "wazuh" diff --git a/package.json b/package.json index 768a88d94f..e7dff0373d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "wazuh", - "version": "4.4.0", - "revision": "4400", - "code": "4400", + "version": "4.5.0", + "revision": "4500", + "code": "4500", "pluginPlatform": { "version": "2.3.0" },