diff --git a/bfx-report-ui b/bfx-report-ui index 850d290d..4c2239ec 160000 --- a/bfx-report-ui +++ b/bfx-report-ui @@ -1 +1 @@ -Subproject commit 850d290db205b7bc3849cfeb5dab1ff7b856a3c7 +Subproject commit 4c2239ecbdbf13375c049af1d790e184730ba412 diff --git a/bfx-reports-framework b/bfx-reports-framework index 9892eff8..7252e7ae 160000 --- a/bfx-reports-framework +++ b/bfx-reports-framework @@ -1 +1 @@ -Subproject commit 9892eff858db39dd2ef53e545acd9b3313ebb1d9 +Subproject commit 7252e7aeea7e2675033300aab6b1e3dca25ce414 diff --git a/package.json b/package.json index 232b32cd..451d26f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bfx-report-electron", - "version": "3.5.3", + "version": "3.5.4", "repository": "https://github.com/bitfinexcom/bfx-report-electron", "description": "Reporting tool", "author": "bitfinex.com", diff --git a/scripts/update-submodules.sh b/scripts/update-submodules.sh index 31290161..679fe350 100755 --- a/scripts/update-submodules.sh +++ b/scripts/update-submodules.sh @@ -12,13 +12,11 @@ function updateSubmodules { exit 1 fi - git submodule foreach --recursive git clean -fdx - git submodule foreach --recursive git reset --hard HEAD git submodule sync --recursive - git submodule update --init --recursive + git submodule update --recursive git config url."https://github.com/".insteadOf git@github.com: + git submodule update --recursive git pull --recurse-submodules - git submodule update --remote --recursive if [ $branch != "master" ] then