File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.1
2
+
3
+ - 🐛 Add swift_version to the Podspec
4
+ - 🐛 Update Gradle and Kotlin versions
5
+ - 🐛 Add missing link in readme
6
+
1
7
## 0.1.0
2
8
3
9
- 🎉 Add initial implementation
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - flutter_web_auth (0.1.0 ):
3
+ - flutter_web_auth (0.1.1 ):
4
4
- Flutter
5
5
6
6
DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
15
15
16
16
SPEC CHECKSUMS:
17
17
Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a
18
- flutter_web_auth: 7491a76e51237acba340e5ae0af1005c5aed502d
18
+ flutter_web_auth: aa9a07a42db8495ad696e7595343ddc536787abc
19
19
20
20
PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f
21
21
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ packages:
52
52
path: ".."
53
53
relative: true
54
54
source: path
55
- version: "0.1.0 "
55
+ version: "0.1.1 "
56
56
matcher:
57
57
dependency: transitive
58
58
description:
Original file line number Diff line number Diff line change 3
3
#
4
4
Pod ::Spec . new do |s |
5
5
s . name = 'flutter_web_auth'
6
- s . version = '0.1.0 '
6
+ s . version = '0.1.1 '
7
7
s . summary = 'A new flutter plugin project.'
8
8
s . description = <<-DESC
9
9
A new flutter plugin project.
Original file line number Diff line number Diff line change 1
1
name : flutter_web_auth
2
2
description : Flutter plugin for authenticating a user with a web service.
3
- version : 0.1.0
3
+ version : 0.1.1
4
4
author :
Linus Unnebäck <[email protected] >
5
5
homepage : https://github.com/LinusU/flutter_web_auth
6
6
You can’t perform that action at this time.
0 commit comments