diff --git a/VERSION b/VERSION index 363d5083..b7b743cb 100644 --- a/VERSION +++ b/VERSION @@ -12,7 +12,7 @@ WEBRTC_COMMIT=8445abdf8069cadcbd134369b70d0ebd436ef477 # Required for being able to release new versions without waiting for the # `WEBRTC_VERSION` bump. If absent or is commented out, then no `REVISION` is # added to the `WEBRTC_VERSION`. -#REVISION=0 +REVISION=1 PACKAGE_NAMES= \ linux-arm64 \ diff --git a/instrumentisto-libwebrtc-bin.podspec b/instrumentisto-libwebrtc-bin.podspec index 2b1dfe2d..1433f7b7 100644 --- a/instrumentisto-libwebrtc-bin.podspec +++ b/instrumentisto-libwebrtc-bin.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "instrumentisto-libwebrtc-bin" - spec.version = "131.0.6778.85" + spec.version = "131.0.6778.85-r1" spec.summary = "Pre-compiled `libwebrtc` library for Darwin used by Medea Flutter-WebRTC." spec.homepage = "https://github.com/instrumentisto/libwebrtc-bin" @@ -8,7 +8,7 @@ Pod::Spec.new do |spec| spec.author = { 'Instrumentisto Team' => 'developer@instrumentisto.com' } spec.ios.deployment_target = '10.0' - spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/131.0.6778.85/libwebrtc-ios.zip" } + spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/131.0.6778.85-r1/libwebrtc-ios.zip" } spec.vendored_frameworks = "WebRTC.xcframework" spec.pod_target_xcconfig = {