Skip to content

Commit ef43608

Browse files
committed
🚢 0.1.2
1 parent d40440f commit ef43608

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2
2+
3+
- 🎉 Add support for iOS 13
4+
15
## 0.1.1
26

37
- 🐛 Add swift_version to the Podspec

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 (1.0.0)
3-
- flutter_web_auth (0.1.1):
3+
- flutter_web_auth (0.1.2):
44
- Flutter
55

66
DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515

1616
SPEC CHECKSUMS:
1717
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
18-
flutter_web_auth: 7d4a2911f847b2e93590e2223c370e26fca3e1fd
18+
flutter_web_auth: aa639d59f7a7b099f3e824f33fbd01ca23b86ea5
1919

2020
PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
2121

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ packages:
5252
path: ".."
5353
relative: true
5454
source: path
55-
version: "0.1.1"
55+
version: "0.1.2"
5656
matcher:
5757
dependency: transitive
5858
description:

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.1.1'
6+
s.version = '0.1.2'
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.1.1
3+
version: 0.1.2
44
author: Linus Unnebäck <[email protected]>
55
homepage: https://github.com/LinusU/flutter_web_auth
66

0 commit comments

Comments
 (0)