Skip to content

Commit 6034e40

Browse files
committed
🚢 0.4.1
1 parent 5b51fb4 commit 6034e40

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.1
2+
3+
- 🎉 Add support for Flutter "add to app" (#106)
4+
15
## 0.4.0
26

37
- 💥 Upgrade to Android V2 embedding (#87)
@@ -6,7 +10,6 @@
610

711
Make sure that you are running a recent version of Flutter before upgrading.
812

9-
1013
## 0.3.2
1114

1215
- 🎉 Add Web support (#77)

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (2.0.2)
3-
- flutter_web_auth (0.4.0):
3+
- flutter_web_auth (0.4.1):
44
- Flutter
55

66
DEPENDENCIES:
@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
1616

1717
SPEC CHECKSUMS:
1818
Flutter: c48dd2c06f81cd2d28c2d5e68a129c76508452c2
19-
flutter_web_auth: fd071763f61703882adbb2524f5cd5251883118c
19+
flutter_web_auth: 09a0abd245f1a07a3ff4dcf1247a048d89ee12a9
2020

2121
PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
2222

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages:
7373
path: ".."
7474
relative: true
7575
source: path
76-
version: "0.4.0"
76+
version: "0.4.1"
7777
flutter_web_plugins:
7878
dependency: transitive
7979
description: flutter

ios/flutter_web_auth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_web_auth'
6-
s.version = '0.4.0'
6+
s.version = '0.4.1'
77
s.summary = 'A new flutter plugin project.'
88
s.description = <<-DESC
99
A new flutter plugin project.

macos/flutter_web_auth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_web_auth'
6-
s.version = '0.4.0'
6+
s.version = '0.4.1'
77
s.summary = 'A new flutter plugin project.'
88
s.description = <<-DESC
99
A new flutter plugin project.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_web_auth
22
description: Flutter plugin for authenticating a user with a web service.
3-
version: 0.4.0
3+
version: 0.4.1
44
homepage: https://github.com/LinusU/flutter_web_auth
55

66
environment:

0 commit comments

Comments
 (0)