From ad2ac0e4db715c15adda3cf74f17366e87bdc429 Mon Sep 17 00:00:00 2001 From: Anka Date: Tue, 3 Dec 2024 08:07:18 +0000 Subject: [PATCH] Bump 'Example/Podfile' SDK version from 2.11.1 to 2.11.2 --- Example/Podfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Podfile b/Example/Podfile index c5a7635d..a9d1fcc4 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,13 +1,13 @@ use_frameworks! target 'Example' do - pod 'Mindbox', '2.11.1' + pod 'Mindbox', '2.11.2' end target 'MindboxNotificationServiceExtension' do - pod 'MindboxNotifications', '2.11.1' + pod 'MindboxNotifications', '2.11.2' end target 'MindboxNotificationContentExtension' do - pod 'MindboxNotifications', '2.11.1' + pod 'MindboxNotifications', '2.11.2' end