Skip to content

Commit 6b2aa2e

Browse files
runnerrunner
authored andcommitted
Bump 0.4.2
1 parent 662dd51 commit 6b2aa2e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ let package = Package(
2929
],
3030
targets: [
3131
.binaryTarget(name: "StreamVideo",
32-
url: "https://github.com/GetStream/stream-video-swift/releases/download/0.4.1/StreamVideo.zip",
33-
checksum: "0123456789",
32+
url: "https://github.com/GetStream/stream-video-swift/releases/download/0.4.2/StreamVideo.zip",
33+
checksum: "64cea9aed5fd45bb7dc3f5a7106b9d79cd3a96b6d9948575c17c7242f93ae13b",
3434
dependencies: [
3535
.product(name: "WebRTC", package: "Specs"),
3636
.product(name: "SwiftProtobuf", package: "swift-protobuf")
3737
]),
3838
.binaryTarget(name: "StreamVideoSwiftUI",
39-
url: "https://github.com/GetStream/stream-video-swift/releases/download/0.4.1/StreamVideoSwiftUI.zip",
40-
checksum: "0123456789"),
39+
url: "https://github.com/GetStream/stream-video-swift/releases/download/0.4.2/StreamVideoSwiftUI.zip",
40+
checksum: "cd9972ad2d05849e7f0ddedb776aae07d5df387440e03c92e5292412ab771d2c"),
4141
.binaryTarget(name: "StreamVideoUIKit",
42-
url: "https://github.com/GetStream/stream-video-swift/releases/download/0.4.1/StreamVideoUIKit.zip",
43-
checksum: "0123456789")
42+
url: "https://github.com/GetStream/stream-video-swift/releases/download/0.4.2/StreamVideoUIKit.zip",
43+
checksum: "a66ef4ebdcce2351718f6da7e9970f4f217d01ee857567a3c7e4c6cdfea34596")
4444
]
4545
)

0 commit comments

Comments
 (0)