Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Sep 2, 2022
1 parent ded7187 commit c32df77
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/compatibility-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion flutter_web_auth_2/ios/flutter_web_auth_2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion flutter_web_auth_2/macos/flutter_web_auth_2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions flutter_web_auth_2/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion flutter_web_auth_2_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions flutter_web_auth_2_windows/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit c32df77

Please sign in to comment.