Skip to content

Commit 07adc6e

Browse files
chore: update version in readme (#4848)
1 parent 0746d1f commit 07adc6e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html
119119
120120
```yaml
121121
dependencies:
122-
amplify_auth_cognito: ^1.0.0
123-
amplify_authenticator: ^1.0.0
124-
amplify_flutter: ^1.0.0
122+
amplify_auth_cognito: ^2.0.0
123+
amplify_authenticator: ^2.0.0
124+
amplify_flutter: ^2.0.0
125125
flutter:
126126
sdk: flutter
127127
```

packages/authenticator/amplify_authenticator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ To get started, add the Authenticator to a project which has the [Auth category]
1212

1313
```yaml
1414
dependencies:
15-
amplify_auth_cognito: ^1.0.0
16-
amplify_authenticator: ^1.0.0
17-
amplify_flutter: ^1.0.0
15+
amplify_auth_cognito: ^2.0.0
16+
amplify_authenticator: ^2.0.0
17+
amplify_flutter: ^2.0.0
1818
```
1919
2020
Then, wrap your app's logged in component with an `Authenticator` widget, and you're good to go. You can use the `SignOutButton` to sign out the user from anywhere in your app.

0 commit comments

Comments
 (0)