diff --git a/flutter_auth_ui/CHANGELOG.md b/flutter_auth_ui/CHANGELOG.md index efde7ce..17b9cb8 100644 --- a/flutter_auth_ui/CHANGELOG.md +++ b/flutter_auth_ui/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.4.2 + +- Fix typo + ## 2.4.1 - Add `FlutterAuthUi.signOut()` diff --git a/flutter_auth_ui/example/ios/Podfile.lock b/flutter_auth_ui/example/ios/Podfile.lock index b8061a2..d9802c2 100644 --- a/flutter_auth_ui/example/ios/Podfile.lock +++ b/flutter_auth_ui/example/ios/Podfile.lock @@ -91,7 +91,7 @@ PODS: - FirebaseUI/Phone (12.0.2): - FirebasePhoneAuthUI (~> 12.0) - Flutter (1.0.0) - - flutter_auth_ui (2.4.1): + - flutter_auth_ui (2.4.2): - FirebaseUI/Anonymous (~> 12.0) - FirebaseUI/Auth (~> 12.0) - FirebaseUI/Email (~> 12.0) @@ -200,7 +200,7 @@ SPEC CHECKSUMS: FirebasePhoneAuthUI: d84be4a096ddc19f9aace4a6ebcf80fe334f466b FirebaseUI: b04b32ead3a6dcd5a50829e14b8f3f6d044d5d62 Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a - flutter_auth_ui: 4e3a33f1916590de4bd1fc13d052e20baecbc412 + flutter_auth_ui: fd3019c679a0a959f5900d7f90fb8c0213cc3337 GoogleDataTransport: 85fd18ff3019bb85d3f2c551d04c481dedf71fc9 GoogleSignIn: fd381840dbe7c1137aa6dc30849a5c3e070c034a GoogleUtilities: 8de2a97a17e15b6b98e38e8770e2d129a57c0040 diff --git a/flutter_auth_ui/ios/flutter_auth_ui.podspec b/flutter_auth_ui/ios/flutter_auth_ui.podspec index 3df2de0..63e9479 100644 --- a/flutter_auth_ui/ios/flutter_auth_ui.podspec +++ b/flutter_auth_ui/ios/flutter_auth_ui.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_auth_ui' - s.version = '2.4.1' + s.version = '2.4.2' s.summary = 'Unofficial firebaseui package for flutter. This library aims to provide support for Android, iOS and the web. Login with Email, Phone, Google account and etc.' s.description = <<-DESC A new Flutter plugin. diff --git a/flutter_auth_ui/pubspec.yaml b/flutter_auth_ui/pubspec.yaml index c3b06ce..7320960 100644 --- a/flutter_auth_ui/pubspec.yaml +++ b/flutter_auth_ui/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_auth_ui description: Unofficial firebaseui package for flutter. This library aims to provide support for Android, iOS and the web. Login with Email, Phone, Google account and etc. -version: 2.4.1 +version: 2.4.2 homepage: https://github.com/koji-1009/flutter_auth_ui flutter: