Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hughkli committed Sep 11, 2023
1 parent 42c8ed3 commit 8bb0e4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions LookinServer.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions LookinShared.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion Src/Main/Shared/LookinDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8bb0e4b

Please sign in to comment.