Skip to content

Commit

Permalink
Merge pull request #15 from embrace-io/release-candidate-3.0.1
Browse files Browse the repository at this point in the history
Release candidate 3.0.1
  • Loading branch information
fractalwrench authored Oct 7, 2024
2 parents 9dc2c0d + 2206bc5 commit 7c1eee0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The Moments API has been removed. Please use the [Tracing API](https://embrace.io/docs/flutter/features/tracing/) instead.

The Android and iOS SDKs have been updated to the latest major version. If you have written Android/iOS code as part of your integration you may need to perform additional migrations. Please see the [Android](https://embrace.io/docs/android/upgrading/) and [iOS](https://embrace.io/docs/ios/open-source/upgrade-guide/) upgrading guides for further information.
The Android and iOS SDKs have been updated to the latest major versions. If you have written Android/iOS code as part of your integration you may need to perform additional migrations. Please see the [Android](https://embrace.io/docs/android/upgrading/) and [iOS](https://embrace.io/docs/ios/open-source/upgrade-guide/) upgrading guides for further information.

# Upgrading from 1.5.0 to 2.0.0

Expand Down
4 changes: 2 additions & 2 deletions embrace_dio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ dependencies:
build_runner: ^2.0.0
build_version: ^2.0.0
dio: '>=4.0.0 <6.0.0'
embrace: 3.0.1
embrace: ^3.0.1
flutter:
sdk: flutter
platform: ^3.1.0
plugin_platform_interface: ^2.1.0
embrace_platform_interface: ^3.0.1
embrace_platform_interface: ">=3.0.1 <3.1.0"
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 7c1eee0

Please sign in to comment.