Skip to content

Commit a6039a6

Browse files
committed
Bump version to 2.0.0-beta2
1 parent c7a789d commit a6039a6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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+
## 2.0.0-beta2 (2024-12-11)
55
* CorePayments
66
* Make `CoreSDKError` conform to Equatable
77
* Rename `NetworkingClientError` to `NetworkingError`

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>2.0.0-beta1</string>
6+
<string>2.0.0-beta2</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 = "2.0.0-beta1"
3+
s.version = "2.0.0-beta2"
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"

Sources/CorePayments/PayPalCoreConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public enum PayPalCoreConstants {
44

55
// TODO: - Update release script to update this version #
66
/// 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.
7-
public static let payPalSDKVersion: String = "2.0.0-beta1"
7+
public static let payPalSDKVersion: String = "2.0.0-beta2"
88

99
public static let callbackURLScheme: String = "sdk.ios.paypal"
1010
}

0 commit comments

Comments
 (0)