v5.1.0 Release Candidate (#2332)

* v5.1.0 Release Candidate

* update app versions [skip ci]

* separate secrets for Monero.com [skip ci]

* fix: amount getting wiped when pasting address

* update Trocador Monero api key [skip ci]

* move fiat api key to headers [skip ci]

* latest Release candidate
This commit is contained in:
Omar Hatem 2025-06-27 22:20:18 +03:00 committed by GitHub
parent 5aeb6b7522
commit c2cca1ff37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 95 additions and 70 deletions

View file

@ -16,13 +16,13 @@ if [ -n "$1" ]; then
fi
MONERO_COM_NAME="Monero.com"
MONERO_COM_VERSION="5.0.0"
MONERO_COM_BUILD_NUMBER=54
MONERO_COM_VERSION="5.1.0"
MONERO_COM_BUILD_NUMBER=56
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="5.0.0"
CAKEWALLET_BUILD_NUMBER=116
CAKEWALLET_VERSION="5.1.0"
CAKEWALLET_BUILD_NUMBER=119
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
if ! [[ " ${TYPES[*]} " =~ " ${APP_MACOS_TYPE} " ]]; then