Skip to content

Commit

Permalink
Merge pull request #111 from bitfinexcom/beta
Browse files Browse the repository at this point in the history
Release version 3.5.4
  • Loading branch information
ezewer authored Aug 26, 2021
2 parents 1d197b7 + 8d8b1e0 commit c126d87
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 2 additions & 4 deletions scripts/update-submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:
git submodule update --recursive
git pull --recurse-submodules
git submodule update --remote --recursive

if [ $branch != "master" ]
then
Expand Down

0 comments on commit c126d87

Please sign in to comment.