diff --git a/CHANGELOG.md b/CHANGELOG.md index abd9d8e..264079f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.3 + +- 🐛 Revert accidental breaking change (#142) + ## 0.4.2 - 🎉 Add `preferEphemeral` support on macOS diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 3107fc0..ad81787 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Flutter (3.0.0) - - flutter_web_auth (0.4.2): + - flutter_web_auth (0.4.3): - Flutter DEPENDENCIES: @@ -16,7 +16,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: aef388869c2d2beecc8df50c818fa66e9c6eb1fb - flutter_web_auth: efb49f029fc0ccc6a9d693235b44b7cac8a41e8d + flutter_web_auth: 71382897b8dc10ad94a2928cbb09ddf515749808 PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f diff --git a/example/macos/Podfile.lock b/example/macos/Podfile.lock index 99055ec..e601e4c 100644 --- a/example/macos/Podfile.lock +++ b/example/macos/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - flutter_web_auth (0.4.2): + - flutter_web_auth (0.4.3): - FlutterMacOS - FlutterMacOS (3.0.0) @@ -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 diff --git a/ios/flutter_web_auth.podspec b/ios/flutter_web_auth.podspec index f8f12e3..0df31b9 100644 --- a/ios/flutter_web_auth.podspec +++ b/ios/flutter_web_auth.podspec @@ -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. diff --git a/macos/flutter_web_auth.podspec b/macos/flutter_web_auth.podspec index 630fde4..86b3964 100644 --- a/macos/flutter_web_auth.podspec +++ b/macos/flutter_web_auth.podspec @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 13573fb..08ea5f3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: