diff --git a/LookinServer.podspec b/LookinServer.podspec index 7796ea4..fc6c0fd 100644 --- a/LookinServer.podspec +++ b/LookinServer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "LookinServer" - spec.version = "1.1.9" + spec.version = "1.2.0" spec.summary = "The iOS framework of Lookin." spec.description = "Embed this framework into your iOS project to enable Lookin mac app." spec.homepage = "https://lookin.work" @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.ios.deployment_target = "9.0" spec.tvos.deployment_target = '9.0' spec.default_subspecs = 'Core' - spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.1.9"} + spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.0"} spec.framework = "UIKit" spec.requires_arc = true diff --git a/LookinShared.podspec b/LookinShared.podspec index e16eeb5..066cddd 100644 --- a/LookinShared.podspec +++ b/LookinShared.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "LookinShared" - spec.version = "1.1.9" + spec.version = "1.2.0" spec.summary = "The shared files between client and server side of Lookin." spec.description = "Embed this framework into your iOS project to enable Lookin mac app." spec.homepage = "https://lookin.work" @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.ios.deployment_target = "9.0" spec.tvos.deployment_target = '9.0' spec.macos.deployment_target = "10.14" - spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.1.9"} + spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.0"} #spec.framework = "UIKit" spec.requires_arc = true spec.source_files = [ diff --git a/Src/Main/Shared/LookinDefines.h b/Src/Main/Shared/LookinDefines.h index 36c67e6..bede121 100644 --- a/Src/Main/Shared/LookinDefines.h +++ b/Src/Main/Shared/LookinDefines.h @@ -23,7 +23,7 @@ static const int LOOKIN_SERVER_VERSION = 7; /// current release version of LookinServer -static NSString * const LOOKIN_SERVER_READABLE_VERSION = @"1.1.9"; +static NSString * const LOOKIN_SERVER_READABLE_VERSION = @"1.2.0"; /// current connection protocol version of LookinClient static const int LOOKIN_CLIENT_VERSION = 7;