v4.23.2 Release Candidate (#2039)

* v4.23.2 Release Candidate

* adjust bottom nav bar height

* Adjust gradient and padding

* fix blur
This commit is contained in:
Omar Hatem 2025-02-20 20:24:59 +02:00 committed by GitHub
parent 8798c1bf9e
commit e8fdf33a79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 99 additions and 190 deletions

View file

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