Skip to content

Commit

Permalink
馃殺 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Feb 24, 2022
1 parent 5b51fb4 commit 6034e40
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.1

- 馃帀 Add support for Flutter "add to app" (#106)

## 0.4.0

- 馃挜 Upgrade to Android V2 embedding (#87)
Expand All @@ -6,7 +10,6 @@

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


## 0.3.2

- 馃帀 Add Web support (#77)
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 (2.0.2)
- flutter_web_auth (0.4.0):
- flutter_web_auth (0.4.1):
- Flutter

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

SPEC CHECKSUMS:
Flutter: c48dd2c06f81cd2d28c2d5e68a129c76508452c2
flutter_web_auth: fd071763f61703882adbb2524f5cd5251883118c
flutter_web_auth: 09a0abd245f1a07a3ff4dcf1247a048d89ee12a9

PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0'
s.version = '0.4.1'
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.0'
s.version = '0.4.1'
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.0
version: 0.4.1
homepage: https://github.com/LinusU/flutter_web_auth

environment:
Expand Down

0 comments on commit 6034e40

Please sign in to comment.