Skip to content

Commit

Permalink
Bump: Sentry-cocoa to 6.1.4 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Jan 22, 2021
1 parent ee55820 commit 804944a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vNext

* Bump: Sentry-cocoa to 6.1.4

# 4.0.2

* fix: Mark session as `errored` in iOS #270
Expand Down
10 changes: 5 additions & 5 deletions flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ PODS:
- Flutter (1.0.0)
- package_info (0.0.1):
- Flutter
- Sentry (6.1.3):
- Sentry/Core (= 6.1.3)
- Sentry/Core (6.1.3)
- Sentry (6.1.4):
- Sentry/Core (= 6.1.4)
- Sentry/Core (6.1.4)
- sentry_flutter (0.0.1):
- Flutter
- Sentry (~> 6.1.3)
Expand All @@ -27,9 +27,9 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/sentry_flutter/ios"

SPEC CHECKSUMS:
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62
Sentry: 5b741b3c932fa293c28ba6a6f510b72bd63c9993
Sentry: 9d055e2de30a77685e86b219acf02e59b82091fc
sentry_flutter: 4c31236a9842dd37526007230bd7fba651c23cd6

PODFILE CHECKSUM: a75497545d4391e2d394c3668e20cfb1c2bbd4aa
Expand Down
2 changes: 1 addition & 1 deletion flutter/ios/sentry_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
s.source = { :git => "https://github.com/getsentry/sentry-dart.git",
:tag => s.version.to_s }
s.source_files = 'Classes/**/*'
s.dependency 'Sentry', '~> 6.1.3'
s.dependency 'Sentry', '~> 6.1.4'
s.dependency 'Flutter'
s.platform = :ios, '9.0'

Expand Down

0 comments on commit 804944a

Please sign in to comment.