diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..59a7806 --- /dev/null +++ b/changelog.md @@ -0,0 +1,3 @@ +## 0.1.0 + +- 🎉 Add initial implementation diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index bfe2548..c6df3a0 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Flutter (1.0.0) - - flutter_web_auth (0.0.1): + - flutter_web_auth (0.1.0): - Flutter DEPENDENCIES: @@ -15,7 +15,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a - flutter_web_auth: 1c74ce1ad179a1255363a492c6f8c2dbd2269061 + flutter_web_auth: 7491a76e51237acba340e5ae0af1005c5aed502d PODFILE CHECKSUM: 58760ca3c5878cb71ae11bd6eeff33fd4ce06e4f diff --git a/example/pubspec.lock b/example/pubspec.lock index 9e62847..9dc1794 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -52,7 +52,7 @@ packages: path: ".." relative: true source: path - version: "0.0.1" + version: "0.1.0" matcher: dependency: transitive description: diff --git a/ios/flutter_web_auth.podspec b/ios/flutter_web_auth.podspec index 6958b9d..c8d2dc0 100644 --- a/ios/flutter_web_auth.podspec +++ b/ios/flutter_web_auth.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_web_auth' - s.version = '0.0.1' + s.version = '0.1.0' s.summary = 'A new flutter plugin project.' s.description = <<-DESC A new flutter plugin project. diff --git a/pubspec.yaml b/pubspec.yaml index b2a6150..be8e09c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_web_auth description: Flutter plugin for authenticating a user with a web service. -version: 0.0.1 +version: 0.1.0 author: Linus Unnebäck homepage: https://github.com/LinusU/flutter_web_auth