Skip to content

Commit 99ed704

Browse files
committed
Bump version to 1.4.0
1 parent f5d3a45 commit 99ed704

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# PayPal iOS SDK Release Notes
33

4-
## unreleased
4+
## 1.4.0 (2024-07-09)
55
* PayPalNativePayments (DEPRECATED)
66
* **Note:** This module is deprecated and will be removed in a future version of the SDK
77
* Add deprecated warning message to all public classes and methods

Demo/Demo/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleShortVersionString</key>
6-
<string>1.3.2</string>
6+
<string>1.4.0</string>
77
<key>UIApplicationSceneManifest</key>
88
<dict>
99
<key>UIApplicationSupportsMultipleScenes</key>

PayPal.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PayPal"
3-
s.version = "1.3.2"
3+
s.version = "1.4.0"
44
s.summary = "The PayPal iOS SDK: Helps you accept card, PayPal, and alternative payment methods in your iOS app."
55
s.homepage = "https://developer.paypal.com/home"
66
s.license = "MIT"

Sources/CorePayments/PayPalCoreConstants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public enum PayPalCoreConstants {
44

55
// TODO: - Update release script to update this version #
66
/// This property is exposed for internal PayPal use only. Do not use. It is not covered by Semantic Versioning and may change or be removed at any time.
7-
public static let payPalSDKVersion: String = "1.3.2"
7+
public static let payPalSDKVersion: String = "1.4.0"
88

99
public static let callbackURLScheme: String = "sdk.ios.paypal"
1010
}

0 commit comments

Comments
 (0)