Skip to content

Commit

Permalink
Merge pull request #206 from razorpay/b/spm-fix
Browse files Browse the repository at this point in the history
B/SPM-Fix
  • Loading branch information
vivekshindhe committed May 20, 2024
2 parents eb71194 + 8094adb commit a6078ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import PackageDescription

let packageVersion = "1.3.4"
let packageVersion = "1.3.7"

let package = Package(
name: "RazorpayCheckout",
Expand All @@ -25,7 +25,7 @@ let package = Package(
.binaryTarget(
name: "Razorpay",
url: "https://github.com/razorpay/razorpay-pod/releases/download/\(packageVersion)/Razorpay.xcframework.zip",
checksum: "7a9aee4f56d1ff0bbedc19451b0c01f26640cb9b4b043502b6e8b3d1e1e3bbbe"
checksum: "4094a215ed4db7371e68d1023cda707290cfbf455d9ab43f2e4f712935d7e4ce"
),
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit a6078ca

Please sign in to comment.