Skip to content

Commit ee28b45

Browse files
runnerrunner
authored andcommitted
Bump 1.0.0
1 parent 2568fc2 commit ee28b45

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.5.3/StreamVideo.zip",
33-
checksum: "28e8bebd1ed1ec9f861c5af779954cb32735ad4327bb3289af0250578a44dd50",
32+
url: "https://github.com/GetStream/stream-video-swift/releases/download/1.0.0/StreamVideo.zip",
33+
checksum: "11cd84295fb80c46e2ad752d0cc880778792e486975893a62cab8a9ab158f850",
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.5.3/StreamVideoSwiftUI.zip",
40-
checksum: "79f713b252750eee6790771c694e6f90646c66c716ed30582175e84a9b346296"),
39+
url: "https://github.com/GetStream/stream-video-swift/releases/download/1.0.0/StreamVideoSwiftUI.zip",
40+
checksum: "7cd6f2def348fb839f4f65aa0bddf2da4e81c31dc041b0ec8e65cc83597da5a8"),
4141
.binaryTarget(name: "StreamVideoUIKit",
42-
url: "https://github.com/GetStream/stream-video-swift/releases/download/0.5.3/StreamVideoUIKit.zip",
43-
checksum: "a0c11fdb9a02e7777aa4ebccfcf19f18629fe50bae69717e414491de8be82766")
42+
url: "https://github.com/GetStream/stream-video-swift/releases/download/1.0.0/StreamVideoUIKit.zip",
43+
checksum: "4939c009b0c4b13aca47df1e2eb538e575280904845096570680e908e4c443ce")
4444
]
4545
)

0 commit comments

Comments
 (0)