Skip to content

Commit

Permalink
Preparing release 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
queue-it committed Oct 7, 2024
1 parent 30f58d3 commit c5ab47f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion QueueITLib/QueueConsts.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

#define QueueCloseUrl @"queueit://close"
#define QueueRestartSessionUrl @"queueit://restartSession"
#define SDKVersion @"iOS-3.4.3";
#define SDKVersion @"iOS-3.4.4";

#endif
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 = "3.4.3"
s.version = "3.4.4"
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, '9.3'
s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '3.4.3' }
s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '3.4.4' }
s.requires_arc = true
s.source_files = "QueueITLib/*.{h,m}"
s.resource_bundles = {'QueueITLibrary' => ['QueueITLib/PrivacyInfo.xcprivacy']}
Expand Down

0 comments on commit c5ab47f

Please sign in to comment.