From d2a03235f407fb481e131efdd0006f36832501e7 Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Fri, 5 Jan 2024 15:27:34 -0800 Subject: [PATCH] Update package.json Signed-off-by: Tyler Ohlsen --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc8c8b63..ed8f26e6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": { - "plugin_version": "1.3.14.0", + "plugin_version": "1.3.15.0", "plugin_name": "anomalyDetectionDashboards", "plugin_zip_name": "anomaly-detection-dashboards" }, @@ -61,4 +61,4 @@ "semver": "^7.5.3", "pretty-format": "^26.4.2" } -} \ No newline at end of file +}