Skip to content

Commit eb3e8bc

Browse files
committed
Bump version to 1.0.0
1 parent e154f04 commit eb3e8bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0.0 (2023-10-02)
55
* Breaking Changes
66
* Require Xcode 14.3+ and Swift 5.8+
77
* Update Package.swift to include `PayPalCheckout` via a binary target. This works around an SPM bug that included `PayPalCheckout` even for integrations that did not include the `PayPalNativePayments` module.

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>0.0.11</string>
6+
<string>1.0.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 = "0.0.11"
3+
s.version = "1.0.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)