Skip to content

Commit 4e09321

Browse files
authored
prepare for 12.0.0 stable release (#644)
1 parent 2855f24 commit 4e09321

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

flutter_appauth/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [12.0.0-dev.1]
1+
## [12.0.0]
22

33
* **Breaking change** updated minimum supported SDK version to Flutter 3.38.1/Dart 3.10. Consequently the minimum OS requirements for each platform has been updated as well
44
* [Android] minimum Android version is now 7.0 (API level 24)

flutter_appauth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_appauth
22
description: This plugin provides an abstraction around the Android and iOS
33
AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID
44
Connect providers
5-
version: 12.0.0-dev.1
5+
version: 12.0.0
66
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth
77

88
environment:
@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
flutter_appauth_platform_interface: ^12.0.0-dev.1
15+
flutter_appauth_platform_interface: ^12.0.0
1616

1717
flutter:
1818
plugin:

flutter_appauth_platform_interface/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [12.0.0-dev.1]
1+
## [12.0.0]
22

33
* **Breaking change** updated minimum supported SDK version to Flutter 3.38.1/Dart 3.10
44

flutter_appauth_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_appauth_platform_interface
22
description: A common platform interface for the flutter_appauth plugin.
3-
version: 12.0.0-dev.1
3+
version: 12.0.0
44
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth_platform_interface
55

66
environment:

0 commit comments

Comments
 (0)