From 2c69e5df924d8387fa034ad4f5723af197074409 Mon Sep 17 00:00:00 2001 From: Dillon Nys Date: Tue, 24 May 2022 14:57:06 -0700 Subject: [PATCH] fix(authenticator): Bump version constraints commit-id:ace7a1d8 --- packages/amplify_authenticator/pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/amplify_authenticator/pubspec.yaml b/packages/amplify_authenticator/pubspec.yaml index 58c9b578db..dc732bdfab 100644 --- a/packages/amplify_authenticator/pubspec.yaml +++ b/packages/amplify_authenticator/pubspec.yaml @@ -10,10 +10,10 @@ environment: flutter: ">=2.0.0" dependencies: - amplify_auth_cognito: ">=0.3.0 <0.6.0" - amplify_auth_plugin_interface: ">=0.3.0 <0.6.0" - amplify_core: ">=0.3.0 <0.6.0" - amplify_flutter: ">=0.3.0 <0.6.0" + amplify_auth_cognito: ^0.5.0 + amplify_auth_plugin_interface: ^0.5.0 + amplify_core: ^0.5.0 + amplify_flutter: ^0.5.0 collection: ^1.15.0 flutter: sdk: flutter