Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paypalsdk committed Jul 9, 2024
1 parent f5d3a45 commit 99ed704
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# PayPal iOS SDK Release Notes

## unreleased
## 1.4.0 (2024-07-09)
* PayPalNativePayments (DEPRECATED)
* **Note:** This module is deprecated and will be removed in a future version of the SDK
* Add deprecated warning message to all public classes and methods
Expand Down
2 changes: 1 addition & 1 deletion Demo/Demo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>1.3.2</string>
<string>1.4.0</string>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
Expand Down
2 changes: 1 addition & 1 deletion PayPal.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PayPal"
s.version = "1.3.2"
s.version = "1.4.0"
s.summary = "The PayPal iOS SDK: Helps you accept card, PayPal, and alternative payment methods in your iOS app."
s.homepage = "https://developer.paypal.com/home"
s.license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion Sources/CorePayments/PayPalCoreConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public enum PayPalCoreConstants {

// TODO: - Update release script to update this version #
/// 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.
public static let payPalSDKVersion: String = "1.3.2"
public static let payPalSDKVersion: String = "1.4.0"

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

0 comments on commit 99ed704

Please sign in to comment.