diff --git a/assets/text/Monerocom_Release_Notes.txt b/assets/text/Monerocom_Release_Notes.txt index 0ac065a4f..852e6ad0d 100644 --- a/assets/text/Monerocom_Release_Notes.txt +++ b/assets/text/Monerocom_Release_Notes.txt @@ -1,6 +1,4 @@ -Monero 12-word seed support (Wallet Groups support as well) -Integrate DFX's OpenCryptoPay -Exchange flow enhancements -Hardware Wallets flow enhancements -Minor UI enhancements +Background sync improvements +Payment notifications +UI/UX improvements Bug fixes \ No newline at end of file diff --git a/assets/text/Release_Notes.txt b/assets/text/Release_Notes.txt index 0ac065a4f..c766c39ff 100644 --- a/assets/text/Release_Notes.txt +++ b/assets/text/Release_Notes.txt @@ -1,6 +1,5 @@ -Monero 12-word seed support (Wallet Groups support as well) -Integrate DFX's OpenCryptoPay -Exchange flow enhancements -Hardware Wallets flow enhancements -Minor UI enhancements +Background sync improvements +Payment notifications +WalletConnect enhancements +UI/UX improvements Bug fixes \ No newline at end of file diff --git a/scripts/android/app_env.sh b/scripts/android/app_env.sh index 4de7a3373..817b6aeda 100644 --- a/scripts/android/app_env.sh +++ b/scripts/android/app_env.sh @@ -14,15 +14,15 @@ TYPES=($MONERO_COM $CAKEWALLET) APP_ANDROID_TYPE=$1 MONERO_COM_NAME="Monero.com" -MONERO_COM_VERSION="4.26.0" -MONERO_COM_BUILD_NUMBER=120 +MONERO_COM_VERSION="4.27.0" +MONERO_COM_BUILD_NUMBER=121 MONERO_COM_BUNDLE_ID="com.monero.app" MONERO_COM_PACKAGE="com.monero.app" MONERO_COM_SCHEME="monero.com" CAKEWALLET_NAME="Cake Wallet" -CAKEWALLET_VERSION="4.26.0" -CAKEWALLET_BUILD_NUMBER=258 +CAKEWALLET_VERSION="4.27.0" +CAKEWALLET_BUILD_NUMBER=259 CAKEWALLET_BUNDLE_ID="com.cakewallet.cake_wallet" CAKEWALLET_PACKAGE="com.cakewallet.cake_wallet" CAKEWALLET_SCHEME="cakewallet" diff --git a/scripts/ios/app_env.sh b/scripts/ios/app_env.sh index b42a8a2da..0b30e7a88 100644 --- a/scripts/ios/app_env.sh +++ b/scripts/ios/app_env.sh @@ -12,13 +12,13 @@ TYPES=($MONERO_COM $CAKEWALLET) APP_IOS_TYPE=$1 MONERO_COM_NAME="Monero.com" -MONERO_COM_VERSION="4.26.0" -MONERO_COM_BUILD_NUMBER=117 +MONERO_COM_VERSION="4.27.0" +MONERO_COM_BUILD_NUMBER=118 MONERO_COM_BUNDLE_ID="com.cakewallet.monero" CAKEWALLET_NAME="Cake Wallet" -CAKEWALLET_VERSION="4.26.0" -CAKEWALLET_BUILD_NUMBER=312 +CAKEWALLET_VERSION="4.27.0" +CAKEWALLET_BUILD_NUMBER=313 CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet" diff --git a/scripts/linux/app_env.sh b/scripts/linux/app_env.sh index 574cce2c9..4bc735e60 100755 --- a/scripts/linux/app_env.sh +++ b/scripts/linux/app_env.sh @@ -14,8 +14,8 @@ if [ -n "$1" ]; then fi CAKEWALLET_NAME="Cake Wallet" -CAKEWALLET_VERSION="4.26.0" -CAKEWALLET_BUILD_NUMBER=52 +CAKEWALLET_VERSION="4.27.0" +CAKEWALLET_BUILD_NUMBER=53 if ! [[ " ${TYPES[*]} " =~ " ${APP_LINUX_TYPE} " ]]; then echo "Wrong app type." diff --git a/scripts/macos/app_env.sh b/scripts/macos/app_env.sh index 651ad48e9..bc40f02b8 100755 --- a/scripts/macos/app_env.sh +++ b/scripts/macos/app_env.sh @@ -16,13 +16,13 @@ if [ -n "$1" ]; then fi MONERO_COM_NAME="Monero.com" -MONERO_COM_VERSION="4.26.0" -MONERO_COM_BUILD_NUMBER=49 +MONERO_COM_VERSION="4.27.0" +MONERO_COM_BUILD_NUMBER=50 MONERO_COM_BUNDLE_ID="com.cakewallet.monero" CAKEWALLET_NAME="Cake Wallet" -CAKEWALLET_VERSION="4.26.0" -CAKEWALLET_BUILD_NUMBER=111 +CAKEWALLET_VERSION="4.27.0" +CAKEWALLET_BUILD_NUMBER=112 CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet" if ! [[ " ${TYPES[*]} " =~ " ${APP_MACOS_TYPE} " ]]; then diff --git a/scripts/windows/build_exe_installer.iss b/scripts/windows/build_exe_installer.iss index 1f152f635..56285af77 100644 --- a/scripts/windows/build_exe_installer.iss +++ b/scripts/windows/build_exe_installer.iss @@ -1,5 +1,5 @@ #define MyAppName "Cake Wallet" -#define MyAppVersion "4.26.0" +#define MyAppVersion "4.27.0" #define MyAppPublisher "Cake Labs LLC" #define MyAppURL "https://cakewallet.com/" #define MyAppExeName "CakeWallet.exe"