Skip to content

Commit 117d290

Browse files
github-actions[bot]Anka
andauthored
Updated files for release M141 (#131)
Co-authored-by: Anka <runner@sat12-bq166-cd6c2a5a-cc1a-49ff-8390-c941ffe886a4-7EBEA1AA46CA.local>
1 parent 86dbb5c commit 117d290

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
targets: [
1414
.binaryTarget(
1515
name: "WebRTC",
16-
url: "https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip",
17-
checksum: "0d61faf67dd145545bf8a0017bdcdbe7a9a1f3a96cce0d501e526655711d98d2"
16+
url: "https://github.com/stasel/WebRTC/releases/download/141.0.0/WebRTC-M141.xcframework.zip",
17+
checksum: "e3b9bc1aed7a6f3f747a62567680ac7837bdbb74d1fae8f0f543131bc1bf8a5f"
1818
),
1919
]
2020
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Xcode has a built-in support for Swift package manager. You can easily add the p
4242
Or, you can add the following dependency to your `Package.swift` file:
4343
```swift
4444
dependencies: [
45-
.package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("140.0.0"))
45+
.package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("141.0.0"))
4646
]
4747
```
4848

WebRTC-lib.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "WebRTC-lib"
4-
spec.version = "140.0.0"
4+
spec.version = "141.0.0"
55
spec.summary = "Unofficial distribution of WebRTC framework binaries for iOS. "
66
spec.description = <<-DESC
77
This pod contains unofficial distribution of WebRTC framework binaries for iOS.
@@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
1414
spec.ios.deployment_target = '12.0'
1515
spec.osx.deployment_target = '10.11'
1616

17-
spec.source = { :http => "https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip" }
17+
spec.source = { :http => "https://github.com/stasel/WebRTC/releases/download/141.0.0/WebRTC-M141.xcframework.zip" }
1818
spec.vendored_frameworks = "WebRTC.xcframework"
1919

2020
end

WebRTC.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"138.0.0": "https://github.com/stasel/WebRTC/releases/download/138.0.0/WebRTC-M138.xcframework.zip",
3939
"139.0.0": "https://github.com/stasel/WebRTC/releases/download/139.0.0/WebRTC-M139.xcframework.zip",
4040
"140.0.0": "https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip",
41+
"141.0.0": "https://github.com/stasel/WebRTC/releases/download/141.0.0/WebRTC-M141.xcframework.zip",
4142
"88.0.0": "https://github.com/stasel/WebRTC/releases/download/88.0.0/WebRTC-M88.xcframework.zip",
4243
"89.0.0": "https://github.com/stasel/WebRTC/releases/download/89.0.0/WebRTC-M89.xcframework.zip",
4344
"90.0.0": "https://github.com/stasel/WebRTC/releases/download/90.0.0/WebRTC-M90.xcframework.zip",

0 commit comments

Comments
 (0)