Skip to content

Commit 7fe4d30

Browse files
committed
Bump version to 0.0.8
1 parent d895ae1 commit 7fe4d30

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+
## 0.0.8 (2023-05-08)
55
* PayPalNativePayments
66
* Add `PayPalNativePaysheetActions` to `PayPalNativeShippingDelegate.didShippingAddressChange()` and `PayPalNativeShippingDelegate.didShippingMethodChange()`
77
* Card

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