From 36e0beefedcca595398ac03ae6a9fff32e13dce0 Mon Sep 17 00:00:00 2001 From: Zelin Hao Date: Thu, 7 Jul 2022 15:07:08 -0700 Subject: [PATCH] Incremented version to 1.3.4. Signed-off-by: Zelin Hao --- .github/workflows/remote-integ-tests-workflow.yml | 2 +- opensearch_dashboards.json | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/remote-integ-tests-workflow.yml b/.github/workflows/remote-integ-tests-workflow.yml index 1e4aa6c6..a4d481c0 100644 --- a/.github/workflows/remote-integ-tests-workflow.yml +++ b/.github/workflows/remote-integ-tests-workflow.yml @@ -11,7 +11,7 @@ on: - main env: OPENSEARCH_DASHBOARDS_VERSION: '1.3' - OPENSEARCH_VERSION: '1.3.3-SNAPSHOT' + OPENSEARCH_VERSION: '1.3.4-SNAPSHOT' jobs: test-without-security: name: Run integ tests without security diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index e2cdd9ff..b0160cf0 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "anomalyDetectionDashboards", - "version": "1.3.3.0", - "opensearchDashboardsVersion": "1.3.3", + "version": "1.3.4.0", + "opensearchDashboardsVersion": "1.3.4", "configPath": ["anomaly_detection_dashboards"], "requiredPlugins": ["navigation"], "optionalPlugins": [], diff --git a/package.json b/package.json index afa9b31b..917d2370 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "anomaly-detection-dashboards", - "version": "1.3.3.0", + "version": "1.3.4.0", "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": { - "plugin_version": "1.3.3.0", + "plugin_version": "1.3.4.0", "plugin_name": "anomalyDetectionDashboards", "plugin_zip_name": "anomaly-detection-dashboards" },