Skip to content

Commit

Permalink
0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Oct 22, 2020
1 parent 28d105e commit 2ea0764
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/flutter_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_riverpod
description: >
A simple way to access state from anywhere in your application
while robust and testable.
version: 0.12.0
version: 0.12.1
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/river_pod

Expand All @@ -15,7 +15,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.1.8
riverpod: ^0.12.0
riverpod: ^0.12.1
state_notifier: ">= 0.5.0 <1.0.0"

dev_dependencies:
Expand Down
6 changes: 3 additions & 3 deletions packages/hooks_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: hooks_riverpod
description: >
A simple way to access state from anywhere in your application
while robust and testable.
version: 0.12.0
version: 0.12.1
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/river_pod

Expand All @@ -14,8 +14,8 @@ dependencies:
flutter:
sdk: flutter
flutter_hooks: ">=0.11.0 <2.0.0"
flutter_riverpod: ^0.12.0
riverpod: ^0.12.0
flutter_riverpod: ^0.12.1
riverpod: ^0.12.1
state_notifier: ">= 0.5.0 <1.0.0"

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: riverpod
description: >
A simple way to access state from anywhere in your application
while robust and testable.
version: 0.12.0
version: 0.12.1
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/river_pod

Expand Down
6 changes: 3 additions & 3 deletions website/docs/getting_started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies:
flutter:
sdk: flutter
flutter_hooks: ^0.14.0
hooks_riverpod: ^0.12.0
hooks_riverpod: ^0.12.1
```
Then run `flutter pub get`.
Expand All @@ -80,7 +80,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_riverpod: ^0.12.0
flutter_riverpod: ^0.12.1
```

Then run `flutter pub get`.
Expand All @@ -93,7 +93,7 @@ environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
riverpod: ^0.12.0
riverpod: ^0.12.1
```

Then run `pub get`.
Expand Down

0 comments on commit 2ea0764

Please sign in to comment.