From bba90b67376b23b1b8b565a5111d981685635824 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Fri, 27 Oct 2023 21:22:13 +0200 Subject: [PATCH] Bump version and add changelog --- flutter_web_auth_2/CHANGELOG.md | 4 ++++ flutter_web_auth_2/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/flutter_web_auth_2/CHANGELOG.md b/flutter_web_auth_2/CHANGELOG.md index d3b2a95..e358ad3 100644 --- a/flutter_web_auth_2/CHANGELOG.md +++ b/flutter_web_auth_2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.3 + +- 🌹 Fix Web implementation not being found properly (See [#82](https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues/82)) + ## 3.0.2 - 🌹 Fix deprecations in Gradle 8.x diff --git a/flutter_web_auth_2/pubspec.yaml b/flutter_web_auth_2/pubspec.yaml index a59d954..7bab9a9 100644 --- a/flutter_web_auth_2/pubspec.yaml +++ b/flutter_web_auth_2/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_web_auth_2 description: Flutter plugin for authenticating a user with a web service. -version: 3.0.2 +version: 3.0.3 homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2 repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2 issue_tracker: https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues