Skip to content

Commit

Permalink
Merge pull request #105 from team-telnyx/IS/Release/0.1.12
Browse files Browse the repository at this point in the history
Is/release/0.1.12
  • Loading branch information
isaacakakpo1 authored Oct 3, 2023
2 parents 24e21f5 + fe54799 commit c78d8a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/daltoniam/Starscream.git",
"state" : {
"revision" : "df8d82047f6654d8e4b655d1b1525c64e1059d21",
"version" : "4.0.4"
"revision" : "ac6c0fc9da221873e01bd1a0d4818498a71eef33",
"version" : "4.0.6"
}
},
{
"identity" : "webrtc",
"kind" : "remoteSourceControl",
"location" : "https://github.com/stasel/WebRTC.git",
"state" : {
"revision" : "32526e6758a3c5827d871f5a931d20b9132bd1ea",
"version" : "113.0.0"
"revision" : "046c9056a72e769eb01e7fec96a5adbfefbfd663",
"version" : "117.0.0"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/bugsnag/bugsnag-cocoa.git", from: "6.26.2"),
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.0"),
.package(url: "https://github.com/stasel/WebRTC.git", from: "113.0.0")
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.6"),
.package(url: "https://github.com/stasel/WebRTC.git", from: "117.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit c78d8a6

Please sign in to comment.