Update macos build number

Minor UI fix
This commit is contained in:
OmarHatem 2024-01-27 17:55:06 +02:00
parent ce17209de4
commit 8557cf31fb
2 changed files with 10 additions and 8 deletions

View file

@ -113,7 +113,8 @@ class AddressCell extends StatelessWidget {
color: textColor,
),
),
AutoSizeText(
Flexible(
child: AutoSizeText(
formattedAddress,
maxLines: 1,
overflow: TextOverflow.ellipsis,
@ -122,6 +123,7 @@ class AddressCell extends StatelessWidget {
color: textColor,
),
),
),
],
),
if (hasBalance)

View file

@ -17,7 +17,7 @@ fi
MONERO_COM_NAME="Monero.com"
MONERO_COM_VERSION="1.0.1"
MONERO_COM_BUILD_NUMBER=2
MONERO_COM_BUILD_NUMBER=3
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
CAKEWALLET_NAME="Cake Wallet"