From 6ed7d41be6c94508021b9ab952718eaf21c34721 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Wed, 27 Sep 2023 10:15:59 +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 107be54..993a945 100644 --- a/flutter_web_auth_2/CHANGELOG.md +++ b/flutter_web_auth_2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.0-alpha.4 + +- 🐛 Trying a few attempts to fix iOS and MacOS implementations + ## 3.0.0-alpha.3 - 🌹 Add more entries to the pubspec diff --git a/flutter_web_auth_2/pubspec.yaml b/flutter_web_auth_2/pubspec.yaml index 0d71cb3..c0ca4d2 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.0-alpha.3 +version: 3.0.0-alpha.4 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