From c5ab47fb585c4d5510a41b562904173d97b01a11 Mon Sep 17 00:00:00 2001 From: queue-it Date: Mon, 7 Oct 2024 10:47:34 +0000 Subject: [PATCH] Preparing release 3.4.4 --- QueueITLib/QueueConsts.h | 2 +- QueueITLibrary.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/QueueITLib/QueueConsts.h b/QueueITLib/QueueConsts.h index efa5bd4..eeee409 100644 --- a/QueueITLib/QueueConsts.h +++ b/QueueITLib/QueueConsts.h @@ -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 diff --git a/QueueITLibrary.podspec b/QueueITLibrary.podspec index f12268c..5458fa7 100644 --- a/QueueITLibrary.podspec +++ b/QueueITLibrary.podspec @@ -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']}