Skip to content

Commit 57e7448

Browse files
committed
Update Package.swift to 4.0.5
1 parent 92b8a81 commit 57e7448

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
.package(
1616
name: "TwilioTwilsockLib",
1717
url: "https://github.com/twilio/twilsock-ios",
18-
.upToNextMajor(from: "2.0.4"))
18+
.upToNextMajor(from: "3.0.0"))
1919
],
2020
targets: [
2121
.target(
@@ -28,8 +28,8 @@ let package = Package(
2828
),
2929
.binaryTarget(
3030
name: "TwilioConversationsClient",
31-
url: "https://sdk.twilio.com/ios/conversations/releases/4.0.3/twilio-conversations-ios-4.0.3.zip",
32-
checksum: "967e76057156e512a73a3eea8b50f24a1989ae41fd3b0294f9710c317270714e"
31+
url: "https://github.com/twilio/conversations-ios/releases/download/v4.0.5/twilio-conversations-ios-4.0.5.zip",
32+
checksum: "3a6f6060bd362f2a4590eb7b0b0910e2a54138321234cd25b33547dcca6c2bfc"
3333
),
3434
]
3535
)

0 commit comments

Comments
 (0)