Skip to content

Commit

Permalink
馃殺 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Nov 2, 2022
1 parent 2694d50 commit 4877503
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.3

- 馃悰 Revert accidental breaking change (#142)

## 0.4.2

- 馃帀 Add `preferEphemeral` support on macOS
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Flutter (3.0.0)
- flutter_web_auth (0.4.2):
- flutter_web_auth (0.4.3):
- Flutter

DEPENDENCIES:
Expand All @@ -16,7 +16,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: aef388869c2d2beecc8df50c818fa66e9c6eb1fb
flutter_web_auth: efb49f029fc0ccc6a9d693235b44b7cac8a41e8d
flutter_web_auth: 71382897b8dc10ad94a2928cbb09ddf515749808

PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f

Expand Down
4 changes: 2 additions & 2 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- flutter_web_auth (0.4.2):
- flutter_web_auth (0.4.3):
- FlutterMacOS
- FlutterMacOS (3.0.0)

Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/flutter_web_auth/macos

SPEC CHECKSUMS:
flutter_web_auth: 9f5a8310472792cef77f8f2227f39064be5d71ab
flutter_web_auth: 544a4ba14cdd7cbe4001e41dffd43e1cdf2831c6
FlutterMacOS: 45e508c87e018a84368607c1203b4a59629ac279

PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_web_auth.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'
s.version = '0.4.2'
s.version = '0.4.3'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion macos/flutter_web_auth.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'
s.version = '0.4.2'
s.version = '0.4.3'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_web_auth
description: Flutter plugin for authenticating a user with a web service.
version: 0.4.2
version: 0.4.3
homepage: https://github.com/LinusU/flutter_web_auth

environment:
Expand Down

0 comments on commit 4877503

Please sign in to comment.