Skip to content

Commit

Permalink
chore: bumped versions to 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-hector authored and github-actions[bot] committed Aug 2, 2024
1 parent 438bcef commit d26eb1c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Airwallex.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Airwallex"
s.version = "5.5.0"
s.version = "5.5.1"
s.summary = "Integrate Airwallex into your iOS app"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://www.airwallex.com/docs/#overview"
Expand Down
2 changes: 1 addition & 1 deletion Airwallex/Airwallex.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
// Copyright © 2022 Airwallex. All rights reserved.
//

AIRWALLEX_VERSION = 5.5.0
AIRWALLEX_VERSION = 5.5.1
2 changes: 1 addition & 1 deletion Airwallex/Core/Sources/AWXConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

NS_ASSUME_NONNULL_BEGIN

#define AIRWALLEX_VERSION (@"5.5.0")
#define AIRWALLEX_VERSION (@"5.5.1")
#define AIRWALLEX_API_VERSION (@"2021-11-25")

typedef NS_ENUM(NSInteger, AirwallexSDKMode) {
Expand Down
26 changes: 13 additions & 13 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- Airwallex (5.5.0):
- Airwallex/ApplePay (= 5.5.0)
- Airwallex/Card (= 5.5.0)
- Airwallex/Core (= 5.5.0)
- Airwallex/Redirect (= 5.5.0)
- Airwallex/WeChatPay (= 5.5.0)
- Airwallex/ApplePay (5.5.0):
- Airwallex (5.5.1):
- Airwallex/ApplePay (= 5.5.1)
- Airwallex/Card (= 5.5.1)
- Airwallex/Core (= 5.5.1)
- Airwallex/Redirect (= 5.5.1)
- Airwallex/WeChatPay (= 5.5.1)
- Airwallex/ApplePay (5.5.1):
- Airwallex/Security
- Airwallex/Card (5.5.0):
- Airwallex/Card (5.5.1):
- Airwallex/Security
- Airwallex/Core (5.5.0)
- Airwallex/Redirect (5.5.0):
- Airwallex/Core (5.5.1)
- Airwallex/Redirect (5.5.1):
- Airwallex/Core
- Airwallex/Security (5.5.0):
- Airwallex/Security (5.5.1):
- Airwallex/Core
- Airwallex/WeChatPay (5.5.0):
- Airwallex/WeChatPay (5.5.1):
- Airwallex/Core
- WechatOpenSDK (= 1.9.7)
- OCMock (3.9.1)
Expand All @@ -35,7 +35,7 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
Airwallex: d3b6164c25ee21f201ace3970374abb6eae19ec1
Airwallex: e6672b92efb2fec2deb7bdf7a461cf030b6501af
OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
WechatOpenSDK: 2f0ae448c7525cb5c27db5f7aa0f568de0988fa4

Expand Down

0 comments on commit d26eb1c

Please sign in to comment.