Skip to content

Commit

Permalink
馃殺 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed May 12, 2020
1 parent 0e3cad5 commit a5fc5ed
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.4

- 馃悰 Fix building on iOS ([#36](https://github.com/LinusU/flutter_web_auth/pull/36))

## 0.2.3

- 馃悰 Remove NoHistory flag ([#33](https://github.com/LinusU/flutter_web_auth/pull/33))
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 (1.0.0)
- flutter_web_auth (0.2.3):
- flutter_web_auth (0.2.4):
- Flutter

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

SPEC CHECKSUMS:
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
flutter_web_auth: 0f23cca58531e9018ffe578d7b0bf7dd96ada636
flutter_web_auth: b7465086188ce4413d7e8b23622583784b9007a7

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.2.3):
- flutter_web_auth (0.2.4):
- FlutterMacOS
- FlutterMacOS (1.0.0)

Expand All @@ -14,7 +14,7 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/flutter/darwin-x64

SPEC CHECKSUMS:
flutter_web_auth: 2b916c184ef1570c4efde2bfb7ec7108ce6e811b
flutter_web_auth: 2c46f02fe2fde0a2d852c9fe090fe499fcf91a58
FlutterMacOS: 15bea8a44d2fa024068daa0140371c020b4b6ff9

PODFILE CHECKSUM: 882fce9150893cd66c23bbd28a572b3439b8ac6d
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.3"
version: "0.2.4"
image:
dependency: transitive
description:
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.2.3'
s.version = '0.2.4'
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.2.3'
s.version = '0.2.4'
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.2.3
version: 0.2.4
author: Linus Unneb盲ck <linus@folkdatorn.se>
homepage: https://github.com/LinusU/flutter_web_auth

Expand Down

0 comments on commit a5fc5ed

Please sign in to comment.