Skip to content

Commit

Permalink
prepare for 6.0.4 release (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Jan 28, 2024
1 parent 9f21e02 commit 1da90c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion flutter_appauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# [vNext]
# 6.0.4

* [Android] when no suitable browser is found when calling either `authorize()` or `authorizeAndExchange()`, rather than crashing the plugin will now throw a `PlatformException` with an error code of `no_browser_available`. Thanks to the PR from [NikHomann](https://github.com/NikHomann)
* Removed duplicate asterisk from the 6.0.3 changelog entry around how the example app got updated

# 6.0.3
Expand Down
2 changes: 1 addition & 1 deletion flutter_appauth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_appauth
description: This plugin provides an abstraction around the Android and iOS AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID Connect providers
version: 6.0.3
version: 6.0.4
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth

environment:
Expand Down

0 comments on commit 1da90c4

Please sign in to comment.