diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index e75ceff7..f441783e 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "securityDashboards", - "version": "1.3.19.0", - "opensearchDashboardsVersion": "1.3.19", + "version": "1.3.20.0", + "opensearchDashboardsVersion": "1.3.20", "configPath": [ "opensearch_security" ], diff --git a/package.json b/package.json index a6e324f7..20fd6be5 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "opensearch-security-dashboards", - "version": "1.3.19.0", + "version": "1.3.20.0", "main": "target/plugins/opensearch_security_dashboards", "opensearchDashboards": { - "version": "1.3.19", - "templateVersion": "1.3.19" + "version": "1.3.20", + "templateVersion": "1.3.20" }, "license": "Apache-2.0", "homepage": "https://github.com/opensearch-project/security-dashboards-plugin",