Merge pull request #51 from cypherstack/rylee-tmp

change build
This commit is contained in:
Rylee Davis 2022-09-08 18:08:53 -06:00 committed by GitHub
commit 691c4a772d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

@ -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"