release: 1.3.2 (#291)

* bump version for flutter-webrtc.

* update pubspec.lock.

* Update pubspec.yaml
This commit is contained in:
CloudWebRTC
2023-05-23 12:34:30 +08:00
committed by GitHub
parent 03a7672cf1
commit 5f82d4c624
4 changed files with 44 additions and 28 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '1.3.0'
s.version = '1.3.1'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.static_framework = true
s.dependency 'Flutter'
s.dependency 'WebRTC-SDK', '104.5112.16'
s.dependency 'WebRTC-SDK', '104.5112.17'
end