Skip to content

Commit

Permalink
Bump 'Example/Podfile' SDK version from 2.11.0 to 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Oct 2, 2024
1 parent c6791d4 commit c701f16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c701f16

Please sign in to comment.