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