From ce0374adcb3a77f969910f6890442b4e10dac73b Mon Sep 17 00:00:00 2001 From: sneurlax <sneurlax@gmail.com> Date: Thu, 9 Mar 2023 16:43:47 -0600 Subject: [PATCH 1/2] flutter_libepiccash update: fix http send error --- crypto_plugins/flutter_libepiccash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto_plugins/flutter_libepiccash b/crypto_plugins/flutter_libepiccash index bdb637c33..ee7e8c6c2 160000 --- a/crypto_plugins/flutter_libepiccash +++ b/crypto_plugins/flutter_libepiccash @@ -1 +1 @@ -Subproject commit bdb637c3379cc05e790c47aef1a58aa2ac1fc76e +Subproject commit ee7e8c6c2e02a6b11af0a3976b992a34cc4082d9 From 25b329532ce1087aeace589ce3e3511a0b9f58b8 Mon Sep 17 00:00:00 2001 From: Diego Salazar <diego@cypherstack.com> Date: Thu, 9 Mar 2023 15:50:25 -0700 Subject: [PATCH 2/2] Bump version (1.6.0, 142) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4ecd2a0ce..5ea553584 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.6.0+141 +version: 1.6.0+142 environment: sdk: ">=2.17.0 <3.0.0"