From e17f60d19b47ee38dd32ddee655c66e0ee4a8721 Mon Sep 17 00:00:00 2001 From: paypalsdks Date: Tue, 21 Feb 2023 22:27:08 +0000 Subject: [PATCH] Bump version to 0.0.5 --- CHANGELOG.md | 2 +- Demo/Demo/Info.plist | 2 +- PayPal.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094f400dc..86abf6350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # PayPal iOS SDK Release Notes -## unreleased +## 0.0.5 (2023-02-21) * Rename `PaymentsCore` to `CorePayments` * Rename `PayPalDataCollector` to `FraudProtection` * Rename `PayPalNativeCheckout` to `PayPalNativePayments` diff --git a/Demo/Demo/Info.plist b/Demo/Demo/Info.plist index 85b84d57f..c9797b7d4 100644 --- a/Demo/Demo/Info.plist +++ b/Demo/Demo/Info.plist @@ -3,7 +3,7 @@ CFBundleShortVersionString - 0.0.4 + 0.0.5 UIApplicationSceneManifest UIApplicationSupportsMultipleScenes diff --git a/PayPal.podspec b/PayPal.podspec index 530947029..c1fb74274 100644 --- a/PayPal.podspec +++ b/PayPal.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PayPal" - s.version = "0.0.4" + s.version = "0.0.5" 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"