diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 2f386d2f..b9777613 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -352,7 +352,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3622; + CURRENT_PROJECT_VERSION = 3623; DEVELOPMENT_TEAM = WQ5H736A22; ENABLE_BITCODE = NO; EXCLUDED_ARCHS = armv7; @@ -500,7 +500,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3622; + CURRENT_PROJECT_VERSION = 3623; DEVELOPMENT_TEAM = WQ5H736A22; ENABLE_BITCODE = NO; EXCLUDED_ARCHS = armv7; @@ -541,7 +541,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3622; + CURRENT_PROJECT_VERSION = 3623; DEVELOPMENT_TEAM = WQ5H736A22; ENABLE_BITCODE = NO; EXCLUDED_ARCHS = armv7; diff --git a/pubspec.lock b/pubspec.lock index 4407e663..cf252b0e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1019,8 +1019,8 @@ packages: dependency: "direct main" description: path: "." - ref: "9c88125ae51c102259a7579a5a0a7784c1970dd3" - resolved-ref: "9c88125ae51c102259a7579a5a0a7784c1970dd3" + ref: "92b2fd8cfc0a60695faa3377ad62b23536d35e3a" + resolved-ref: "92b2fd8cfc0a60695faa3377ad62b23536d35e3a" url: "https://github.com/AcalaNetwork/polkawallet_plugin_acala.git" source: git version: "0.5.6" @@ -1064,8 +1064,8 @@ packages: dependency: "direct main" description: path: "." - ref: "7f7c86aa7610baa3aad0863bff676de81978026d" - resolved-ref: "7f7c86aa7610baa3aad0863bff676de81978026d" + ref: a61773da1e19c0a83cbc3ba8d2d3058fb589e6a0 + resolved-ref: a61773da1e19c0a83cbc3ba8d2d3058fb589e6a0 url: "https://github.com/AcalaNetwork/polkawallet_plugin_karura.git" source: git version: "0.5.6" diff --git a/pubspec.yaml b/pubspec.yaml index 5efb7f8b..465647ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 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: 3.6.2+3622 +version: 3.6.2+3623 environment: sdk: ">=2.10.0 <3.0.0" @@ -55,11 +55,11 @@ dependencies: polkawallet_plugin_acala: git: url: https://github.com/AcalaNetwork/polkawallet_plugin_acala.git - ref: 9c88125ae51c102259a7579a5a0a7784c1970dd3 + ref: 92b2fd8cfc0a60695faa3377ad62b23536d35e3a polkawallet_plugin_karura: git: url: https://github.com/AcalaNetwork/polkawallet_plugin_karura.git - ref: 7f7c86aa7610baa3aad0863bff676de81978026d + ref: a61773da1e19c0a83cbc3ba8d2d3058fb589e6a0 polkawallet_plugin_evm: git: url: https://github.com/polkawallet-io/polkawallet_plugin_evm.git