From 2206bc5ea59bc281279e5c2af7fb070eb10559a3 Mon Sep 17 00:00:00 2001 From: Jamie Lynch Date: Mon, 7 Oct 2024 17:07:41 +0100 Subject: [PATCH] fix typo --- UPGRADING.md | 2 +- embrace_dio/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UPGRADING.md b/UPGRADING.md index 77e6229..4843c32 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -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 diff --git a/embrace_dio/pubspec.yaml b/embrace_dio/pubspec.yaml index c576cae..cd6daf2 100644 --- a/embrace_dio/pubspec.yaml +++ b/embrace_dio/pubspec.yaml @@ -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