Skip to content

Commit

Permalink
Bumping SPM and Carthage versions to 0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathajones committed Jun 15, 2021
1 parent b7ed9c4 commit 15002bb
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 @@ -18,5 +18,6 @@
"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",
"0.46.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.46.0/PayPalCheckout.framework.zip",
"0.51.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.51.0/PayPalCheckout.framework.zip"
"0.51.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.51.0/PayPalCheckout.framework.zip",
"0.55.0": "https://github.com/paypal/paypalcheckout-ios/releases/download/0.55.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.51.0"
let packageVersion = "0.55.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: "82f65aa674bd6326bb729f3d36f5329d2e9c9115af0bf6a9a8de5029dd417016"
checksum: "94430750113bad929d2a7322490928d33946b323e181cd5e190fe00d5223e633"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit 15002bb

Please sign in to comment.