Skip to content

Commit

Permalink
Bumping version of SDK too 0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathajones committed Apr 7, 2021
1 parent 3572426 commit 80d2bac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Carthage/PayPalCheckout.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"0.38.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.38.0/PayPalCheckout.framework.zip",
"0.39.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.39.0/PayPalCheckout.framework.zip",
"0.40.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.40.0/PayPalCheckout.framework.zip",
"0.42.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.42.0/PayPalCheckout.framework.zip"
"0.42.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.42.0/PayPalCheckout.framework.zip",
"0.44.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.44.0/PayPalCheckout.framework.zip"
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-tools-version:5.3
import PackageDescription

let packageVersion = "0.42.0"
let packageVersion = "0.44.0"

let package = Package(
name: "PayPalCheckout",
Expand Down

0 comments on commit 80d2bac

Please sign in to comment.