diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 24e576f1..139f9fa7 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "anomalyDetectionDashboards", - "version": "2.12.0.0", - "opensearchDashboardsVersion": "2.12.0", + "version": "2.13.0.0", + "opensearchDashboardsVersion": "2.13.0", "configPath": [ "anomaly_detection_dashboards" ], diff --git a/package.json b/package.json index 1f662cd7..a5ff2774 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "anomaly-detection-dashboards", - "version": "2.12.0.0", + "version": "2.13.0.0", "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": { - "plugin_version": "2.12.0.0", + "plugin_version": "2.13.0.0", "plugin_name": "anomalyDetectionDashboards", "plugin_zip_name": "anomaly-detection-dashboards" }, @@ -57,4 +57,4 @@ "browserify-sign": "^4.2.2", "axios": "^1.6.1" } -} \ No newline at end of file +}