Skip to content

Commit

Permalink
Incremented version to 1.3.4. (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
  • Loading branch information
zelinh committed Jul 11, 2022
1 parent bdfb9c8 commit ea5b65d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3'
OPENSEARCH_PLUGIN_VERSION: 1.3.3.0
OPENSEARCH_PLUGIN_VERSION: 1.3.4.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.3.3.0",
"opensearchDashboardsVersion": "1.3.3",
"version": "1.3.4.0",
"opensearchDashboardsVersion": "1.3.4",
"requiredPlugins": [
"visualizations",
"data"
Expand Down
2 changes: 1 addition & 1 deletion gantt-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gantt-chart-dashboards",
"version": "1.3.3.0",
"version": "1.3.4.0",
"license": "Apache-2.0",
"scripts": {
"osd": "node ../../scripts/osd",
Expand Down

0 comments on commit ea5b65d

Please sign in to comment.