Skip to content

Commit

Permalink
Carthage and Package version bump to 0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathajones committed Apr 1, 2021
1 parent a9a1f94 commit 0499859
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 @@ -14,5 +14,6 @@
"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",
"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.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"
}
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.40.0"
let packageVersion = "0.42.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: "42f643b53423940c4c5ec4e078654f39e0ef5416dab57595686e7f50b6895531"
checksum: "06a0d702fcb0ef00f7a383465c4bae047c59701d3b312022806be9edcebcf60b"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit 0499859

Please sign in to comment.