From a6039a6fe96d22c6e20e2c5f19bc9e8d5dd77490 Mon Sep 17 00:00:00 2001 From: paypalsdks Date: Wed, 11 Dec 2024 18:45:51 +0000 Subject: [PATCH] Bump version to 2.0.0-beta2 --- CHANGELOG.md | 2 +- Demo/Demo/Info.plist | 2 +- PayPal.podspec | 2 +- Sources/CorePayments/PayPalCoreConstants.swift | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf00054..73f625c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # PayPal iOS SDK Release Notes -## unreleased +## 2.0.0-beta2 (2024-12-11) * CorePayments * Make `CoreSDKError` conform to Equatable * Rename `NetworkingClientError` to `NetworkingError` diff --git a/Demo/Demo/Info.plist b/Demo/Demo/Info.plist index 32fe6724..5fccfbf2 100644 --- a/Demo/Demo/Info.plist +++ b/Demo/Demo/Info.plist @@ -3,7 +3,7 @@ CFBundleShortVersionString - 2.0.0-beta1 + 2.0.0-beta2 UIApplicationSceneManifest UIApplicationSupportsMultipleScenes diff --git a/PayPal.podspec b/PayPal.podspec index 4ac2fd0c..d5fc6710 100644 --- a/PayPal.podspec +++ b/PayPal.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PayPal" - s.version = "2.0.0-beta1" + s.version = "2.0.0-beta2" 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" diff --git a/Sources/CorePayments/PayPalCoreConstants.swift b/Sources/CorePayments/PayPalCoreConstants.swift index d782057b..059ad4ae 100644 --- a/Sources/CorePayments/PayPalCoreConstants.swift +++ b/Sources/CorePayments/PayPalCoreConstants.swift @@ -4,7 +4,7 @@ public enum PayPalCoreConstants { // TODO: - Update release script to update this version # /// This property is exposed for internal PayPal use only. Do not use. It is not covered by Semantic Versioning and may change or be removed at any time. - public static let payPalSDKVersion: String = "2.0.0-beta1" + public static let payPalSDKVersion: String = "2.0.0-beta2" public static let callbackURLScheme: String = "sdk.ios.paypal" }