diff --git a/Example/Podfile b/Example/Podfile index 56f4389a..c5a7635d 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,13 +1,13 @@ use_frameworks! target 'Example' do - pod 'Mindbox', '2.11.0' + pod 'Mindbox', '2.11.1' end target 'MindboxNotificationServiceExtension' do - pod 'MindboxNotifications', '2.11.0' + pod 'MindboxNotifications', '2.11.1' end target 'MindboxNotificationContentExtension' do - pod 'MindboxNotifications', '2.11.0' + pod 'MindboxNotifications', '2.11.1' end