fix: Align the version in .podspec with the package version (fix compilation errors under ios/mac). (#152)

This commit is contained in:
CloudWebRTC
2022-08-17 16:54:21 +08:00
committed by GitHub
parent 02e490ddec
commit 4390c4a00f
7 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '1.0.0'
s.version = '1.1.0'
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/'