New versions (#1355)

* New versions

* Check for Taproot inputs when exchanging with ThorChain

* Properly handle taproot case with thorchain

* fix missing import
This commit is contained in:
Omar Hatem 2024-04-01 15:31:14 +02:00 committed by GitHub
parent 1f904dcd47
commit 62ef545fce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 71 additions and 35 deletions

View file

@ -16,13 +16,13 @@ if [ -n "$1" ]; then
fi
MONERO_COM_NAME="Monero.com"
MONERO_COM_VERSION="1.2.0"
MONERO_COM_BUILD_NUMBER=10
MONERO_COM_VERSION="1.2.1"
MONERO_COM_BUILD_NUMBER=11
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="1.8.2"
CAKEWALLET_BUILD_NUMBER=59
CAKEWALLET_VERSION="1.8.3"
CAKEWALLET_BUILD_NUMBER=61
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
if ! [[ " ${TYPES[*]} " =~ " ${APP_MACOS_TYPE} " ]]; then