From 6034e40e79f5b57f715e92707daca385c3de96d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Thu, 24 Feb 2022 20:27:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A2=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- example/ios/Podfile.lock | 4 ++-- example/pubspec.lock | 2 +- ios/flutter_web_auth.podspec | 2 +- macos/flutter_web_auth.podspec | 2 +- pubspec.yaml | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7492b9a..0d67a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.1 + +- 🎉 Add support for Flutter "add to app" (#106) + ## 0.4.0 - 💥 Upgrade to Android V2 embedding (#87) @@ -6,7 +10,6 @@ Make sure that you are running a recent version of Flutter before upgrading. - ## 0.3.2 - 🎉 Add Web support (#77) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index f9dcb4a..7d6ed9c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Flutter (2.0.2) - - flutter_web_auth (0.4.0): + - flutter_web_auth (0.4.1): - Flutter DEPENDENCIES: @@ -16,7 +16,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: c48dd2c06f81cd2d28c2d5e68a129c76508452c2 - flutter_web_auth: fd071763f61703882adbb2524f5cd5251883118c + flutter_web_auth: 09a0abd245f1a07a3ff4dcf1247a048d89ee12a9 PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f diff --git a/example/pubspec.lock b/example/pubspec.lock index 466f069..2e6e402 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -73,7 +73,7 @@ packages: path: ".." relative: true source: path - version: "0.4.0" + version: "0.4.1" flutter_web_plugins: dependency: transitive description: flutter diff --git a/ios/flutter_web_auth.podspec b/ios/flutter_web_auth.podspec index 8cfd071..8e6c94a 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.0' + s.version = '0.4.1' 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 77c064a..4f7d17a 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.0' + s.version = '0.4.1' s.summary = 'A new flutter plugin project.' s.description = <<-DESC A new flutter plugin project. diff --git a/pubspec.yaml b/pubspec.yaml index 39726d7..bf0fc50 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.0 +version: 0.4.1 homepage: https://github.com/LinusU/flutter_web_auth environment: