Merge pull request from cypherstack/main

Main to staging
This commit is contained in:
Diego Salazar 2023-02-25 08:53:22 -07:00 committed by GitHub
commit 2ff92c17cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
lib/services/coins/epiccash
pubspec.yaml

View file

@ -1003,7 +1003,7 @@ class EpicCashWallet extends CoinServiceAPI
/// Set this attribute to `true` if do not need any ping/pong
/// messages and ping measurement. Default is `false`
pingRestrictionForce: false,
pingRestrictionForce: true,
);
final IMessageProcessor<String, String> textSocketProcessor =

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.5.44+131
version: 1.5.45+132
environment:
sdk: ">=2.17.0 <3.0.0"