diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c4d0cab..f89ab8a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem. - Device: [e.g. iPhone 6, Desktop Computer] - OS: [e.g. iOS 8.1, Windows 10 21H2] - Browser: [e.g. Stock, Chrome, Safari, Firefox] - - `flutter_web_auth_2` version: [e.g. 1.0.0] + - `flutter_web_auth_2` version: [e.g. 1.1.1] ## Additional context Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/compatibility-issue.md b/.github/ISSUE_TEMPLATE/compatibility-issue.md index 545bd7d..edf0e14 100644 --- a/.github/ISSUE_TEMPLATE/compatibility-issue.md +++ b/.github/ISSUE_TEMPLATE/compatibility-issue.md @@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem. - Device: [e.g. iPhone 6, Desktop Computer] - OS: [e.g. iOS 8.1, Windows 10 21H2] - Browser: [e.g. Stock, Chrome, Safari, Firefox] - - `flutter_web_auth_2` version: [e.g. 1.0.0] + - `flutter_web_auth_2` version: [e.g. 1.1.1] ## Additional context Add any other context about the problem here. diff --git a/flutter_web_auth_2/ios/flutter_web_auth_2.podspec b/flutter_web_auth_2/ios/flutter_web_auth_2.podspec index a82cb90..cc66f93 100644 --- a/flutter_web_auth_2/ios/flutter_web_auth_2.podspec +++ b/flutter_web_auth_2/ios/flutter_web_auth_2.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_web_auth_2' - s.version = '1.0.0' + s.version = '1.1.1' s.summary = 'A new flutter plugin project.' s.description = <<-DESC A new flutter plugin project. diff --git a/flutter_web_auth_2/macos/flutter_web_auth_2.podspec b/flutter_web_auth_2/macos/flutter_web_auth_2.podspec index b2997c7..2dc4220 100644 --- a/flutter_web_auth_2/macos/flutter_web_auth_2.podspec +++ b/flutter_web_auth_2/macos/flutter_web_auth_2.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_web_auth_2' - s.version = '1.0.0' + s.version = '1.1.1' s.summary = 'A new flutter plugin project.' s.description = <<-DESC A new flutter plugin project. diff --git a/flutter_web_auth_2/pubspec.yaml b/flutter_web_auth_2/pubspec.yaml index 08a2d52..c12bc80 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: 1.1.0 +version: 1.1.1 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 @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - flutter_web_auth_2_platform_interface: ^1.1.0 - flutter_web_auth_2_windows: ^1.1.0 + flutter_web_auth_2_platform_interface: ^1.1.1 + flutter_web_auth_2_windows: ^1.1.1 flutter_web_plugins: sdk: flutter diff --git a/flutter_web_auth_2_platform_interface/pubspec.yaml b/flutter_web_auth_2_platform_interface/pubspec.yaml index 8c99935..7c6a2f1 100644 --- a/flutter_web_auth_2_platform_interface/pubspec.yaml +++ b/flutter_web_auth_2_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_web_auth_2_platform_interface description: A common platform interface for the flutter_web_auth_2 plugin. -version: 1.1.0 +version: 1.1.1 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 diff --git a/flutter_web_auth_2_windows/pubspec.yaml b/flutter_web_auth_2_windows/pubspec.yaml index 6c89328..cdaecb8 100644 --- a/flutter_web_auth_2_windows/pubspec.yaml +++ b/flutter_web_auth_2_windows/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_web_auth_2_windows description: Windows implementation of the flutter_web_auth_2 plugin platform interface. -version: 1.1.0 +version: 1.1.1 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 @@ -21,7 +21,7 @@ dependencies: ffi: ^2.0.1 flutter: sdk: flutter - flutter_web_auth_2_platform_interface: ^1.1.0 + flutter_web_auth_2_platform_interface: ^1.1.1 url_launcher: ^6.1.5 win32: ^3.0.0