Skip to content

Commit

Permalink
bump: update release candidate version
Browse files Browse the repository at this point in the history
  • Loading branch information
frankeros committed Aug 24, 2021
1 parent 39a41c4 commit 4a03375
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kibana.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wazuh",
"version": "4.2.0-4201-10",
"version": "4.2.0-4201-11",
"kibanaVersion": "kibana",
"configPath": [
"wazuh"
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "wazuh",
"version": "4.2.0",
"revision": "4201-10",
"code": "4201-10",
"revision": "4201-11",
"code": "4201-11",
"kibana": {
"version": "7.10.2"
"version": "7.10.0"
},
"description": "Wazuh app",
"keywords": [
Expand All @@ -30,14 +30,15 @@
"kbn": "node ../../scripts/kbn",
"es": "node ../../scripts/es",
"start": "plugin-helpers start",
"build": "yarn plugin-helpers build --kibana-version=$KIBANA_VERSION",
"build": "yarn plugin-helpers build --skip-archive --kibana-version=$KIBANA_VERSION",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"test:ui:runner": "node ../../scripts/functional_test_runner.js",
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"test:jest": "node scripts/jest",
"generate:api-4.0-info": "cd scripts/generate-api-4.0-info;./generate-api-4.0-info.sh;cd ../..",
"prebuild": "node scripts/generate-build-version"
"prebuild": "node scripts/generate-build-version",
"postbuild": "mkdir build/kibana/wazuh/public && cp -R public/assets build/kibana/wazuh/public && cd build && zip wazuh-kibana-app.zip kibana -r && rm -rf kibana && cd .."
},
"dependencies": {
"angular-animate": "1.7.8",
Expand Down

0 comments on commit 4a03375

Please sign in to comment.