Skip to content

Commit 21953b3

Browse files
iOS SDK 4.8.1 release (#24)
1 parent f10ed53 commit 21953b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ let package = Package(
3131
),
3232
.binaryTarget(
3333
name: "SeatGeekSDKTG",
34-
url: "https://seatgeek.jfrog.io/artifactory/sdk-ios/4.8.0/SeatGeekSDK.xcframework.zip",
35-
checksum: "1e3e2c2fa4252cafd5b9864f744a00da0898956a38783adc3889edd215741daa"
34+
url: "https://seatgeek.jfrog.io/artifactory/sdk-ios/4.8.1/SeatGeekSDK.xcframework.zip",
35+
checksum: "938d408de741958fc8cc849b426336f5e5be0367425b955d2d0422eb556543a5"
3636
),
3737
.binaryTarget(
3838
name: "SnapKitTarget",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ SeatGeek SDK allows client integrators to bring ticketing experience into their
4040
To integrate SeatGeekSDK into your Xcode project using Swift Package Manager, add it to the dependencies value of your `Package.swift`:
4141

4242
dependencies: [
43-
.package(url: "https://github.com/seatgeek/seatgeek-ios-sdk", from: "4.8.0")
43+
.package(url: "https://github.com/seatgeek/seatgeek-ios-sdk", from: "4.8.1")
4444
]
4545

4646
SeatGeekSDK uses external dependencies. Here you can find a list of them along with versions.

0 commit comments

Comments
 (0)