Skip to content

Commit 3eab016

Browse files
committed
Version bump
1 parent fae9bf2 commit 3eab016

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

QueueITLib/IOSUtils.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ +(NSString*)getLibraryVersion{
2828
}
2929

3030
+(NSString*)getSdkVersion{
31-
return @"iOS-2.12.1";
31+
return @"iOS-2.12.2";
3232
}
3333

3434
@end

QueueITLibrary.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "QueueITLibrary"
3-
s.version = "2.12.1"
3+
s.version = "2.12.2"
44
s.summary = "Library for integrating Queue-it into an iOS app using web uI"
55
s.homepage = "https://github.com/queueit/ios-webui-sdk"
66
s.license = 'MIT'
77
s.authors = { 'Queue-It' => 'https://queue-it.com' }
88
s.platform = :ios, '8.3'
9-
s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '2.12.1' }
9+
s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '2.12.2' }
1010
s.requires_arc = true
1111
s.source_files = "QueueITLib/*.{h,m}"
1212
end

0 commit comments

Comments
 (0)