Skip to content

Commit

Permalink
Incremented version to 1.3.2. (#695)
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
  • Loading branch information
zelinh authored May 2, 2022
1 parent b7e0240 commit 5474bf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [pull_request, push]
env:
PLUGIN_NAME: dashboards-observability
OPENSEARCH_VERSION: '1.3'
OPENSEARCH_PLUGIN_VERSION: 1.3.1.0
OPENSEARCH_PLUGIN_VERSION: 1.3.2.0

jobs:

Expand Down
4 changes: 2 additions & 2 deletions dashboards-observability/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "observabilityDashboards",
"version": "1.3.1.0",
"opensearchDashboardsVersion": "1.3.1",
"version": "1.3.2.0",
"opensearchDashboardsVersion": "1.3.2",
"server": true,
"ui": true,
"requiredPlugins": [
Expand Down
2 changes: 1 addition & 1 deletion dashboards-observability/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "observability-dashboards",
"version": "1.3.1.0",
"version": "1.3.2.0",
"main": "index.ts",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 5474bf6

Please sign in to comment.