Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
queueitdevs committed Mar 1, 2019
1 parent fae9bf2 commit 3eab016
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.12.1";
return @"iOS-2.12.2";
}

@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.12.1"
s.version = "2.12.2"
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, '8.3'
s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '2.12.1' }
s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '2.12.2' }
s.requires_arc = true
s.source_files = "QueueITLib/*.{h,m}"
end

0 comments on commit 3eab016

Please sign in to comment.