Skip to content

Commit ef19dbf

Browse files
committed
🚢 0.1.1
1 parent f2cf226 commit ef19dbf

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## 0.1.0
28

39
- 🎉 Add initial implementation

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

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

1616
SPEC CHECKSUMS:
1717
Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a
18-
flutter_web_auth: 7491a76e51237acba340e5ae0af1005c5aed502d
18+
flutter_web_auth: aa9a07a42db8495ad696e7595343ddc536787abc
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.0"
55+
version: "0.1.1"
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.0'
6+
s.version = '0.1.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.1.0
3+
version: 0.1.1
44
author: Linus Unnebäck <[email protected]>
55
homepage: https://github.com/LinusU/flutter_web_auth
66

0 commit comments

Comments
 (0)