From b3883ca5b38d56272962377907477bcddba8abfb Mon Sep 17 00:00:00 2001 From: ryleedavis Date: Thu, 8 Sep 2022 14:37:57 -0600 Subject: [PATCH 1/3] change build --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9f9f4ebca..caa1e1b65 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Stack Wallet # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.4.41+53 +version: 1.4.42+54 environment: sdk: ">=2.17.0 <3.0.0" From d7c38783cd8705b9cd6c2d958e29ab9bdb0f3cd9 Mon Sep 17 00:00:00 2001 From: ryleedavis Date: Thu, 8 Sep 2022 17:45:21 -0600 Subject: [PATCH 2/3] changed monero color --- lib/utilities/cfcolors.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utilities/cfcolors.dart b/lib/utilities/cfcolors.dart index f7ea1fb56..741ca1230 100644 --- a/lib/utilities/cfcolors.dart +++ b/lib/utilities/cfcolors.dart @@ -9,7 +9,7 @@ class _CoinThemeColor { Color get firo => const Color(0xFFFF897A); Color get dogecoin => const Color(0xFFFFE079); Color get epicCash => const Color(0xFFC5C7CB); - Color get monero => const Color(0xFFF06923); + Color get monero => const Color(0xFFFF9E6B); Color forCoin(Coin coin) { switch (coin) { From b620485278b084998303c95dd4af1e6e24eef55a Mon Sep 17 00:00:00 2001 From: ryleedavis Date: Thu, 8 Sep 2022 17:45:32 -0600 Subject: [PATCH 3/3] change build --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index caa1e1b65..e8cbe645f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Stack Wallet # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.4.42+54 +version: 1.4.42+55 environment: sdk: ">=2.17.0 <3.0.0"