Skip to content

Commit

Permalink
chore: bump version to 97.4692.02
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Feb 21, 2022
1 parent 66e33d4 commit 063f852
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

--------------------------------------------
[97.4692.02] - 2022.02.21

* Fix broken release build

Corresponds to https://github.com/webrtc-sdk/webrtc/commit/a4b072276937e49e62a473321103b0497ab21bca

[97.4692.01] - 2022.02.21

* Upgrade to WebRTC-SDK M97.4692.01
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebRTC",
url: "https://github.com/webrtc-sdk/Specs/releases/download/97.4692.01/WebRTC.xcframework.zip",
checksum: "7e326aa73408bac561ff72a9ce89d384f707ebb858135b705180a863082e5345"
url: "https://github.com/webrtc-sdk/Specs/releases/download/97.4692.02/WebRTC.xcframework.zip",
checksum: "dc560311878132c065f94edeb18545f33ef9f1b65e0e669c527550842943c366"
),
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ source 'https://github.com/webrtc-sdk/Specs.git'
```

```podspec
pod 'WebRTC-SDK', '=97.4692.01'
pod 'WebRTC-SDK', '=97.4692.02'
```
4 changes: 2 additions & 2 deletions WebRTC-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "WebRTC-SDK"
spec.version = "97.4692.01"
spec.version = "97.4692.02"
spec.summary = "WebRTC pre-compiled library for Darwin. "
spec.description = <<-DESC
WebRTC pre-compiled library for Darwin.
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '10.0'
spec.osx.deployment_target = '10.11'

spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/97.4692.01/WebRTC.xcframework.zip" }
spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/97.4692.02/WebRTC.xcframework.zip" }
spec.vendored_frameworks = "WebRTC.xcframework"

end
2 changes: 1 addition & 1 deletion WebRTC.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"97.4692.01": "https://github.com/webrtc-sdk/Specs/releases/download/97.4692.01/WebRTC.xcframework.zip"
"97.4692.02": "https://github.com/webrtc-sdk/Specs/releases/download/97.4692.02/WebRTC.xcframework.zip"
}

0 comments on commit 063f852

Please sign in to comment.