Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed Aug 22, 2020
1 parent 22f5751 commit a534290
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 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.6

- Downgrade Flutter to `1.20.0`

## 0.2.5

- Downgrade Flutter to `1.20.1`
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.5"
version: "0.2.6"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down Expand Up @@ -268,4 +268,4 @@ packages:
version: "2.0.8"
sdks:
dart: ">=2.9.0 <3.0.0"
flutter: ">=1.20.1 <2.0.0"
flutter: ">=1.20.0 <2.0.0"
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.5'
s.version = '0.2.6'
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.lock
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,4 @@ packages:
version: "2.0.8"
sdks:
dart: ">=2.9.0 <3.0.0"
flutter: ">=1.20.1 <2.0.0"
flutter: ">=1.20.0 <2.0.0"
4 changes: 2 additions & 2 deletions 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.5
version: 0.2.6
homepage: https://github.com/koji-1009/flutter_auth_ui

flutter:
Expand All @@ -24,4 +24,4 @@ dev_dependencies:

environment:
sdk: ">=2.9.0 <3.0.0"
flutter: ">=1.20.1 <2.0.0"
flutter: ">=1.20.0 <2.0.0"

0 comments on commit a534290

Please sign in to comment.