Skip to content

Commit

Permalink
release 3631
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Apr 5, 2024
1 parent f84e2e3 commit 8906b28
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [3.6.3-beta]
20240405
1. statemint tx submit fix.

# [3.6.2-beta]
20240318
1. bridge update.
Expand Down
12 changes: 6 additions & 6 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3624;
CURRENT_PROJECT_VERSION = 3631;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand All @@ -373,7 +373,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 3.6.2;
MARKETING_VERSION = 3.6.3;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -502,7 +502,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3624;
CURRENT_PROJECT_VERSION = 3631;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand All @@ -521,7 +521,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 3.6.2;
MARKETING_VERSION = 3.6.3;
PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -543,7 +543,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3624;
CURRENT_PROJECT_VERSION = 3631;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand All @@ -562,7 +562,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 3.6.2;
MARKETING_VERSION = 3.6.3;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1091,11 +1091,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "6104efaf9ad60e92c18981a851d5da8e66b19aa7"
resolved-ref: "6104efaf9ad60e92c18981a851d5da8e66b19aa7"
ref: "54343226552802b24e57759b9a41f598bb4671f0"
resolved-ref: "54343226552802b24e57759b9a41f598bb4671f0"
url: "https://github.com/polkawallet-io/polkawallet_plugin_statemine.git"
source: git
version: "0.5.4"
version: "0.5.5"
polkawallet_sdk:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 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+3623
version: 3.6.3+3631

environment:
sdk: ">=2.10.0 <3.0.0"
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies:
polkawallet_plugin_statemine:
git:
url: https://github.com/polkawallet-io/polkawallet_plugin_statemine.git
ref: 6104efaf9ad60e92c18981a851d5da8e66b19aa7
ref: 54343226552802b24e57759b9a41f598bb4671f0
polkawallet_plugin_bifrost:
git:
url: https://github.com/bifrost-finance/polkawallet_plugin_bifrost.git
Expand Down

0 comments on commit 8906b28

Please sign in to comment.