Skip to content

Commit

Permalink
Bump 'Example/Podfile' SDK version from 2.11.1 to 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Dec 3, 2024
1 parent 7bc0347 commit ad2ac0e
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.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

0 comments on commit ad2ac0e

Please sign in to comment.