From 05c508174e89b4c80e878c1376f76f3f4b8ce79d Mon Sep 17 00:00:00 2001 From: Zelin Hao <87548827+zelinh@users.noreply.github.com> Date: Tue, 12 Jul 2022 16:39:36 -0700 Subject: [PATCH] Incremented version to 1.3.4. (#287) Signed-off-by: Zelin Hao --- .github/workflows/cypress-workflow.yml | 2 +- opensearch_dashboards.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index d59ac17c4..e0a54f7f8 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -10,7 +10,7 @@ on: - 1.x env: OPENSEARCH_DASHBOARDS_VERSION: '1.3' - OPENSEARCH_VERSION: '1.3.3-SNAPSHOT' + OPENSEARCH_VERSION: '1.3.4-SNAPSHOT' jobs: tests: name: Run Cypress E2E tests diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 837a773ea..8c1dfd049 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "alertingDashboards", - "version": "1.3.3.0", - "opensearchDashboardsVersion": "1.3.3", + "version": "1.3.4.0", + "opensearchDashboardsVersion": "1.3.4", "configPath": ["opensearch_alerting"], "requiredPlugins": [], "server": true, diff --git a/package.json b/package.json index 2e8f50360..af6582abd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "1.3.3.0", + "version": "1.3.4.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0",