Skip to content

Commit

Permalink
Incremented version to 1.3.2. (#231)
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh authored May 3, 2022
1 parent 35a9c77 commit 63df468
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 63df468

Please sign in to comment.