Skip to content

Commit

Permalink
Version bump to 1.2.0
Browse files Browse the repository at this point in the history
Bump plugin version to 1.2.0

Related issue:
opensearch-project#26

Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed Oct 29, 2021
1 parent 3aa099e commit 867d877
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [pull_request, push]
env:
PLUGIN_NAME: gantt-chart-dashboards
OPENSEARCH_VERSION: '1.x'
OPENSEARCH_PLUGIN_VERSION: 1.1.0.0
OPENSEARCH_PLUGIN_VERSION: 1.2.0.0

jobs:

Expand Down
4 changes: 2 additions & 2 deletions gantt-chart/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "ganttChartDashboards",
"version": "1.1.0.0",
"opensearchDashboardsVersion": "1.1.0",
"version": "1.2.0.0",
"opensearchDashboardsVersion": "1.2.0",
"requiredPlugins": [
"visualizations",
"data"
Expand Down
4 changes: 2 additions & 2 deletions gantt-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "gantt-chart-dashboards",
"version": "1.1.0.0",
"version": "1.2.0.0",
"opensearchDashboards": {
"version": "1.1.0",
"version": "1.2.0",
"templateVersion": "1.0.0"
},
"license": "Apache-2.0",
Expand Down

0 comments on commit 867d877

Please sign in to comment.