Skip to content

Commit

Permalink
Updated iOS SDK to 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin-morocho committed Dec 1, 2021
1 parent 6ad9bf7 commit 2fa900f
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 @@
### 3.5.6+1
- Updated iOS SDK to 12.1.0
### 3.5.6
- Updated deprecated code on iOS.
### 3.5.5+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 @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.6"
version: "3.5.6+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: 3.5.6
version: 3.5.6+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: ^3.5.6
flutter_facebook_auth: ^3.5.6+1
```
Expand Down

0 comments on commit 2fa900f

Please sign in to comment.