diff --git a/facebook_auth/CHANGELOG.md b/facebook_auth/CHANGELOG.md index aa9561f9..90e75cc2 100644 --- a/facebook_auth/CHANGELOG.md +++ b/facebook_auth/CHANGELOG.md @@ -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 diff --git a/facebook_auth/example/pubspec.lock b/facebook_auth/example/pubspec.lock index 7ad58ade..71ef9e5f 100644 --- a/facebook_auth/example/pubspec.lock +++ b/facebook_auth/example/pubspec.lock @@ -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: diff --git a/facebook_auth/pubspec.yaml b/facebook_auth/pubspec.yaml index 25652a37..464b2f29 100644 --- a/facebook_auth/pubspec.yaml +++ b/facebook_auth/pubspec.yaml @@ -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: diff --git a/website/docs/intro.md b/website/docs/intro.md index eef891be..0fad9962 100644 --- a/website/docs/intro.md +++ b/website/docs/intro.md @@ -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 ```