Skip to content

Commit

Permalink
Update getting_started version
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Oct 2, 2022
1 parent 327fb24 commit bdbde9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/getting_started.mdx
Expand Up @@ -50,7 +50,7 @@ dependencies:
flutter:
sdk: flutter
flutter_hooks: ^0.18.0
hooks_riverpod: ^2.0.0
hooks_riverpod: ^2.0.1
```

Then run `flutter pub get`.
Expand All @@ -66,7 +66,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_riverpod: ^2.0.0
flutter_riverpod: ^2.0.1
```

Then run `flutter pub get`.
Expand All @@ -79,7 +79,7 @@ environment:
sdk: ">=2.12.0-0 <3.0.0"

dependencies:
riverpod: ^2.0.0
riverpod: ^2.0.1
```

Then run `dart pub get`.
Expand Down

0 comments on commit bdbde9c

Please sign in to comment.