Skip to content

Commit 796bf66

Browse files
authored
feat: update RollbarNotifier dependency to 3.3.3 (#138)
1 parent 152a2fd commit 796bf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollbar_flutter/ios/rollbar_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Connect your Flutter applications to Rollbar for error reporting.
1616
s.source_files = 'Classes/**/*'
1717
s.public_header_files = 'Classes/**/*.h'
1818
s.dependency 'Flutter'
19-
s.dependency 'RollbarNotifier', '~> 3.2.0'
19+
s.dependency 'RollbarNotifier', '~> 3.3.3'
2020
s.static_framework = true
2121
s.platform = :ios, '11.0'
2222

0 commit comments

Comments
 (0)