Skip to content

Commit

Permalink
Update Package.swift to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gray-Wind authored May 4, 2023
1 parent 15fba84 commit a22656a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.package(
name: "TwilioTwilsockLib",
url: "https://github.com/twilio/twilsock-ios",
.upToNextMajor(from: "1.0.0"))
.upToNextMajor(from: "2.0.0"))
],
targets: [
.target(
Expand All @@ -28,8 +28,8 @@ let package = Package(
),
.binaryTarget(
name: "TwilioConversationsClient",
url: "https://sdk.twilio.com/ios/conversations/releases/3.0.0/twilio-conversations-ios-3.0.0.zip",
checksum: "4daf448d037eb2e3765016d066618d9d43259e297203bb79ee472d36d9519ef3"
url: "https://sdk.twilio.com/ios/conversations/releases/3.1.0/twilio-conversations-ios-3.1.0.zip",
checksum: "5a0c42f098d897d350e01869888b77561d4ae20e31d055879580e6300b583b0e"
),
]
)

0 comments on commit a22656a

Please sign in to comment.