Skip to content

Commit 29307de

Browse files
committed
Bump version to 1.1.0
1 parent dbc73a7 commit 29307de

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: 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.1.0 (2023-11-16)
55
* PayPalNativePayments
66
* Bump `PayPalCheckout` to `1.2.0`
77
* Update `PayPalNativeCheckoutRequest` initalizer to accept optional param `userAuthenticationEmail`

Diff for: Demo/Demo/Info.plist

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>CFBundleShortVersionString</key>
6+
<string>1.1.0</string>
57
<key>UIApplicationSceneManifest</key>
68
<dict>
79
<key>UIApplicationSupportsMultipleScenes</key>

Diff for: 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.0.0"
3+
s.version = "1.1.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"

0 commit comments

Comments
 (0)