Skip to content

Commit

Permalink
release 3.2.8-2
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Jun 6, 2022
1 parent 0e114bd commit 35900cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3281;
CURRENT_PROJECT_VERSION = 3282;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand Down Expand Up @@ -514,7 +514,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3281;
CURRENT_PROJECT_VERSION = 3282;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand Down Expand Up @@ -554,7 +554,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3281;
CURRENT_PROJECT_VERSION = 3282;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.8+3281
version: 3.2.8+3282

environment:
sdk: ">=2.10.0 <3.0.0"
Expand Down Expand Up @@ -49,11 +49,11 @@ dependencies:
polkawallet_plugin_acala:
git:
url: https://github.com/AcalaNetwork/polkawallet_plugin_acala.git
ref: 812d08edc2af15f1c4907b4bbe6999a20e6b985f
ref: 06994d689d8a92e7621b0f89bd0a181024ecb8a1
polkawallet_plugin_karura:
git:
url: https://github.com/AcalaNetwork/polkawallet_plugin_karura.git
ref: cd55c3be640237b6749fda52a88501d8bfac3427
ref: 03eb437bb059f5bc1e3988df5ac6bbca0e659bf9
polkawallet_plugin_statemine:
git:
url: https://github.com/polkawallet-io/polkawallet_plugin_statemine.git
Expand Down Expand Up @@ -106,8 +106,8 @@ dependency_overrides:
# path: ../../coding/polkawallet/polkawallet_plugin_karura
# polkawallet_plugin_statemine:
# path: ../../coding/polkawallet/polkawallet_plugin_statemine
polkawallet_ui: ^0.4.6
polkawallet_sdk: ^0.4.6
polkawallet_ui: ^0.4.7
polkawallet_sdk: ^0.4.7
# polkawallet_ui:
# path: ../../coding/polkawallet/ui
# polkawallet_sdk:
Expand Down

0 comments on commit 35900cf

Please sign in to comment.