Skip to content

Commit 31b778a

Browse files
committed
Fix alpha bump
Signed-off-by: Derek Ho <dxho@amazon.com>
1 parent 418157f commit 31b778a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

opensearch_dashboards.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "securityDashboards",
33
"version": "3.0.0.0-alpha1",
4-
"opensearchDashboardsVersion": "3.0.0-alpha1",
4+
"opensearchDashboardsVersion": "3.0.0",
55
"configPath": [
66
"opensearch_security"
77
],

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "3.0.0.0-alpha1",
44
"main": "target/plugins/opensearch_security_dashboards",
55
"opensearchDashboards": {
6-
"version": "3.0.0-alpha1",
7-
"templateVersion": "3.0.0-alpha1"
6+
"version": "3.0.0",
7+
"templateVersion": "3.0.0"
88
},
99
"license": "Apache-2.0",
1010
"homepage": "https://github.com/opensearch-project/security-dashboards-plugin",

0 commit comments

Comments
 (0)