Skip to content

Commit 89e8836

Browse files
committed
update version
1 parent c997408 commit 89e8836

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LookinServer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "LookinServer"
3-
spec.version = "1.2.1"
3+
spec.version = "1.2.2"
44
spec.summary = "The iOS framework of Lookin."
55
spec.description = "Embed this framework into your iOS project to enable Lookin mac app."
66
spec.homepage = "https://lookin.work"
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.ios.deployment_target = "9.0"
1010
spec.tvos.deployment_target = '9.0'
1111
spec.default_subspecs = 'Core'
12-
spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.1"}
12+
spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.2"}
1313
spec.framework = "UIKit"
1414
spec.requires_arc = true
1515

LookinShared.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "LookinShared"
3-
spec.version = "1.2.1"
3+
spec.version = "1.2.2"
44
spec.summary = "The shared files between client and server side of Lookin."
55
spec.description = "Embed this framework into your iOS project to enable Lookin mac app."
66
spec.homepage = "https://lookin.work"
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.ios.deployment_target = "9.0"
1010
spec.tvos.deployment_target = '9.0'
1111
spec.macos.deployment_target = "10.14"
12-
spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.1"}
12+
spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.2"}
1313
#spec.framework = "UIKit"
1414
spec.requires_arc = true
1515
spec.source_files = [

Src/Main/Shared/LookinDefines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
static const int LOOKIN_SERVER_VERSION = 7;
2424

2525
/// current release version of LookinServer
26-
static NSString * const LOOKIN_SERVER_READABLE_VERSION = @"1.2.1";
26+
static NSString * const LOOKIN_SERVER_READABLE_VERSION = @"1.2.2";
2727

2828
/// current connection protocol version of LookinClient
2929
static const int LOOKIN_CLIENT_VERSION = 7;

0 commit comments

Comments
 (0)