From 63df468f23727c99ca8d2173cb5e8950a9853678 Mon Sep 17 00:00:00 2001 From: Zelin Hao <87548827+zelinh@users.noreply.github.com> Date: Mon, 2 May 2022 17:38:42 -0700 Subject: [PATCH] Incremented version to 1.3.2. (#231) Signed-off-by: Zelin Hao --- .github/workflows/cypress-workflow.yml | 4 ++-- opensearch_dashboards.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index b2015b5b6..01f59ddc1 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -9,8 +9,8 @@ on: - main - 1.x env: - OPENSEARCH_DASHBOARDS_VERSION: '1.x' - OPENSEARCH_VERSION: '1.3.1-SNAPSHOT' + OPENSEARCH_DASHBOARDS_VERSION: '1.3' + OPENSEARCH_VERSION: '1.3.2-SNAPSHOT' jobs: tests: name: Run Cypress E2E tests diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index d5ed9e4ac..661c6ae97 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "alertingDashboards", - "version": "1.3.1.0", - "opensearchDashboardsVersion": "1.3.1", + "version": "1.3.2.0", + "opensearchDashboardsVersion": "1.3.2", "configPath": ["opensearch_alerting"], "requiredPlugins": [], "server": true, diff --git a/package.json b/package.json index 46f8d5a53..b0ba41ede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "1.3.1.0", + "version": "1.3.2.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0",