diff --git a/CHANGELOG.md b/CHANGELOG.md index aa3759d..f470684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.0+1 + +- chore: Minor updates to readme.md + ## 0.4.0 - BREAKING: Rename `twitter` to `x` for social provider and update branding. diff --git a/README.md b/README.md index d386039..ec0fb1e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

A simple library of predefined widgets to easily and quickly create auth components using Flutter and Supabase. -![Supabase Auth UI](https://raw.githubusercontent.com/supabase-community/flutter-auth-ui/main/screenshots/supabase_auth_ui.png 'UI Sample') +![Supabase Auth UI](https://raw.githubusercontent.com/supabase-community/flutter-auth-ui/main/screenshots/supabase_auth_ui.png 'Supabase Auth UI Sample') ## Email Auth diff --git a/pubspec.yaml b/pubspec.yaml index 729d492..d6901ff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -25,5 +25,5 @@ flutter: - assets/logos/ screenshots: - - description: The flutter bloc package logo. + - description: Supabase Auth UI path: screenshots/supabase_auth_ui.png