Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Oct 7, 2024
1 parent 9dc2c0d commit c297eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion embrace_dio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
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 c297eef

Please sign in to comment.