Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed May 2, 2020
1 parent dac3b89 commit 98295c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.1

Update firebase_auth to `0.16.0` .

## 0.2.0

Second beta release.
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_auth_ui.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_auth_ui'
s.version = '0.2.0'
s.version = '0.2.1'
s.summary = 'A Flutter plugin for using the Firebase Auth UI with Dart in Flutter apps.'
s.description = <<-DESC
A new Flutter plugin.
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_auth_ui
description: A Flutter plugin for using the Firebase Auth UI with Dart in Flutter apps.
version: 0.2.0
version: 0.2.1
homepage: https://github.com/koji-1009/flutter_auth_ui

flutter:
Expand Down

0 comments on commit 98295c2

Please sign in to comment.