Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Brix Pedersen committed Feb 20, 2018
1 parent 74d634c commit 36e35c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion QueueITLib/IOSUtils.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ +(NSString*)getLibraryVersion{
}

+(NSString*)getSdkVersion{
return @"iOS-2.11.2";
return @"iOS-2.11.3";
}

@end
4 changes: 2 additions & 2 deletions QueueITLibrary.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "QueueITLibrary"
s.version = "2.11.2"
s.version = "2.11.3"
s.summary = "Library for integrating Queue-it into an iOS app using web uI"
s.homepage = "https://github.com/queueit/ios-webui-sdk"
s.license = 'MIT'
s.authors = { 'Queue-It' => 'https://queue-it.com' }
s.platform = :ios, '7.0'
s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '2.11.2' }
s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '2.11.3' }
s.requires_arc = true
s.source_files = "QueueITLib/*.{h,m}"
end

0 comments on commit 36e35c6

Please sign in to comment.