diff --git a/CHANGELOG.md b/CHANGELOG.md index 18327280..60b0d94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [3.6.7-beta] +20240708 +1. polkadot/kusama staking reward display fix. + # [3.6.6-beta] 20240708 1. bridge module update. diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 272ca8be..1df75970 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -354,7 +354,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3651; + CURRENT_PROJECT_VERSION = 3671; DEVELOPMENT_TEAM = WQ5H736A22; ENABLE_BITCODE = NO; EXCLUDED_ARCHS = armv7; @@ -373,7 +373,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 3.6.5; + MARKETING_VERSION = 3.6.7; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -502,7 +502,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3651; + CURRENT_PROJECT_VERSION = 3671; DEVELOPMENT_TEAM = WQ5H736A22; ENABLE_BITCODE = NO; EXCLUDED_ARCHS = armv7; @@ -521,7 +521,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 3.6.5; + MARKETING_VERSION = 3.6.7; PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -543,7 +543,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3651; + CURRENT_PROJECT_VERSION = 3671; DEVELOPMENT_TEAM = WQ5H736A22; ENABLE_BITCODE = NO; EXCLUDED_ARCHS = armv7; @@ -562,7 +562,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 3.6.5; + MARKETING_VERSION = 3.6.7; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/pubspec.lock b/pubspec.lock index 56610d5c..04679647 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1073,8 +1073,8 @@ packages: dependency: "direct main" description: path: "." - ref: "056acdb6ca84846eedae14d18eddd0062e667057" - resolved-ref: "056acdb6ca84846eedae14d18eddd0062e667057" + ref: a247b48399cd28f57e52d589d85aa462d3af3cea + resolved-ref: a247b48399cd28f57e52d589d85aa462d3af3cea url: "https://github.com/polkawallet-io/polkawallet_plugin_kusama.git" source: git version: "0.5.2" @@ -1100,18 +1100,18 @@ packages: dependency: "direct main" description: name: polkawallet_sdk - sha256: fab475543adcd772977970ba857ad9adc426afec52f2900ca453d8f3f5122486 + sha256: "5f50767dd7d897b78779d9293b87c860484d18761a595745007c27ade94ee1a3" url: "https://pub.dev" source: hosted - version: "0.6.1" + version: "0.6.1+1" polkawallet_ui: dependency: "direct main" description: name: polkawallet_ui - sha256: "9cbe970586a5bf250c1153b61bac246d3d7dbf7e9ded8382f312a97fb9e3e847" + sha256: "5cee86ce34c9414ea3e1fbfff52c9a7d5607db928dd5d7ba86ed480d2a9d39f2" url: "https://pub.dev" source: hosted - version: "0.5.5+2" + version: "0.5.6" pool: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5a1e4072..7f31d25b 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.6+3661 +version: 3.6.7+3671 environment: sdk: ">=2.10.0 <3.0.0" @@ -51,7 +51,7 @@ dependencies: polkawallet_plugin_kusama: git: url: https://github.com/polkawallet-io/polkawallet_plugin_kusama.git - ref: 056acdb6ca84846eedae14d18eddd0062e667057 + ref: a247b48399cd28f57e52d589d85aa462d3af3cea polkawallet_plugin_acala: git: url: https://github.com/AcalaNetwork/polkawallet_plugin_acala.git @@ -111,8 +111,8 @@ dependency_overrides: # path: ../../coding/polkawallet/polkawallet_plugin_statemine # polkawallet_plugin_evm: # path: ../../coding/polkawallet/polkawallet_plugin_evm - polkawallet_ui: ^0.5.5+2 - polkawallet_sdk: ^0.6.1 + polkawallet_ui: ^0.5.6 + polkawallet_sdk: ^0.6.1+1 # polkawallet_ui: # path: ../../coding/polkawallet/ui # polkawallet_sdk: