Skip to content

Commit

Permalink
Bumping to 2.4.1 (#104)
Browse files Browse the repository at this point in the history
* Bumping to 2.4.1

Signed-off-by: Mark Cohen <markcoh@amazon.com>
Co-authored-by: Mark Cohen <macohen@users.noreply.github.com>
  • Loading branch information
macohen and macohen committed Dec 6, 2022
1 parent da00d31 commit 16634b7
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request, push]
env:
PLUGIN_NAME: dashboards-search-relevance
OPENSEARCH_VERSION: '2.x'
OPENSEARCH_PLUGIN_VERSION: 2.4.0.0
OPENSEARCH_PLUGIN_VERSION: 2.4.1.0

jobs:
build:
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": "searchRelevanceDashboards",
"version": "2.4.0.0",
"opensearchDashboardsVersion": "2.4.0",
"version": "2.4.1.0",
"opensearchDashboardsVersion": "2.4.1",
"server": true,
"ui": true,
"requiredPlugins": [
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": "searchRelevanceDashboards",
"version": "2.4.0.0",
"version": "2.4.1.0",
"main": "./public/index.ts",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 16634b7

Please sign in to comment.