Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin-morocho committed Jan 13, 2022
1 parent 202fa8c commit fa0d197
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions facebook_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 4.0.1
- removed `jcenter` from `build.gradle`.
### 4.0.0
- Updated Android SDK to 12.2.0
- Updated iOS SDK to 12.2.1
Expand Down
2 changes: 1 addition & 1 deletion facebook_auth/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.0.0"
version: "4.0.1"
flutter_facebook_auth_platform_interface:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion facebook_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_facebook_auth
description: The easiest way to add facebook login to your flutter app, get user information, profile picture and more. Web support included.
version: 4.0.0
version: 4.0.1
homepage: https://github.com/darwin-morocho/flutter-facebook-auth

environment:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add the following to your `pubspec.yaml`

```yaml
dependencies:
flutter_facebook_auth: ^4.0.0
flutter_facebook_auth: ^4.0.1
```
Expand Down

0 comments on commit fa0d197

Please sign in to comment.