Skip to content

Commit

Permalink
release 3623
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Mar 28, 2024
1 parent 878eee1 commit 1a9f252
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 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.6.2+3622
version: 3.6.2+3623

environment:
sdk: ">=2.10.0 <3.0.0"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1a9f252

Please sign in to comment.