v4.29.0 Release Candidate (#2289)

* v4.29.0 Release Candidate

* update versions [skip ci]

* Latest Release Candidate
- some UI fixes
- Ledger enhancements

* final RC

* change ledger signing text [skip ci]
This commit is contained in:
Omar Hatem 2025-05-27 19:35:30 +03:00 committed by GitHub
parent 46a73de82e
commit c2b138c65c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 169 additions and 141 deletions

View file

@ -14,8 +14,8 @@ if [ -n "$1" ]; then
fi
CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="4.28.0"
CAKEWALLET_BUILD_NUMBER=55
CAKEWALLET_VERSION="5.0.0"
CAKEWALLET_BUILD_NUMBER=56
if ! [[ " ${TYPES[*]} " =~ " ${APP_LINUX_TYPE} " ]]; then
echo "Wrong app type."