Skip to content

Commit

Permalink
Update version to 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minhthenguyen committed Mar 11, 2021
1 parent b0e2676 commit bc9781c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Carthage/PayPalCheckout.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"0.32.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.32.0/PayPalCheckout.framework.zip",
"0.33.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.33.0/PayPalCheckout.framework.zip",
"0.35.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.35.0/PayPalCheckout.framework.zip",
"0.37.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.37.0/PayPalCheckout.framework.zip"
"0.37.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.37.0/PayPalCheckout.framework.zip",
"0.38.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.38.0/PayPalCheckout.framework.zip"
}
4 changes: 2 additions & 2 deletions 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.37.0"
let packageVersion = "0.38.0"

let package = Package(
name: "PayPalCheckout",
Expand All @@ -18,7 +18,7 @@ let package = Package(
.binaryTarget(
name: "PayPalCheckout",
url: "https://github.com/paypal/paypalcheckout-ios/releases/download/\(packageVersion)/PayPalCheckout.xcframework.zip",
checksum: "dce4b1ac9e94e05c9e7d63fe2ed3d0bb5b1915bc1d9ab4d57122f0721c5de2c0"
checksum: "290153c2bc017fa519fbcfca8640d8eeeeec27739328a898ba9a31988de39160"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit bc9781c

Please sign in to comment.