Skip to content

Commit 1a9c40e

Browse files
committed
Bump version to 1.2.0
1 parent fb2a91c commit 1a9c40e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# PayPal iOS SDK Release Notes
33

4-
## unreleased
4+
## 1.2.0 (2024-03-27)
55
* Bump to PPRiskMagnes v5.5.0 with code signing & a privacy manifest file
66
* Require Xcode 15.0+ and Swift 5.9+ (per [App Store requirements](https://developer.apple.com/news/?id=khzvxn8a))
77
* [Meets Apple's new Privacy Update requirements](https://developer.apple.com/news/?id=3d8a9yyh)

Demo/Demo/Info.plist

Lines changed: 1 addition & 1 deletion
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.1.0</string>
6+
<string>1.2.0</string>
77
<key>UIApplicationSceneManifest</key>
88
<dict>
99
<key>UIApplicationSupportsMultipleScenes</key>

PayPal.podspec

Lines changed: 1 addition & 1 deletion
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.1.0"
3+
s.version = "1.2.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

Lines changed: 1 addition & 1 deletion
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 = "0.0.3"
7+
public static let payPalSDKVersion: String = "1.2.0"
88

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

0 commit comments

Comments
 (0)