Skip to content

Commit

Permalink
Bump version to 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
paypalsdk committed Aug 22, 2023
1 parent 359a17b commit 924418c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
## 0.0.11 (2023-08-22)
* PayPalNativePayments
* Bump `PayPalCheckout` to `1.1.0`
* CardPayments
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>0.0.10</string>
<string>0.0.11</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 = "0.0.10"
s.version = "0.0.11"
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 comments on commit 924418c

@brightroots11
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hloo please suggest me the latest code of paypal for iOS

@hollabaq86
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brightroots11 please use the Technical Resources on PayPal's developer site

Please sign in to comment.