diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 2dee7e65..6b4db0cf 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "anomalyDetectionDashboards", - "version": "1.3.12.0", - "opensearchDashboardsVersion": "1.3.12", + "version": "1.3.13.0", + "opensearchDashboardsVersion": "1.3.13", "configPath": [ "anomaly_detection_dashboards" ], @@ -11,4 +11,4 @@ "optionalPlugins": [], "server": true, "ui": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index e36e95ba..8faaf001 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anomaly-detection-dashboards", - "version": "1.3.12.0", + "version": "1.3.13.0", "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": { @@ -59,6 +59,6 @@ "minimatch": "^3.1.2", "axios": "^0.21.4", "semver": "^7.5.3", - "pretty-format":"^26.4.2" + "pretty-format": "^26.4.2" } -} +} \ No newline at end of file