Skip to content

Commit a210643

Browse files
committed
Update version
1 parent a47b1af commit a210643

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.2
2+
3+
- Add option to use application default auth (@Kirpal)
4+
15
## 0.9.1+1
26

37
- Update license

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> **Note:** Development on this package is currently on hold. You're welcome to use it but be aware that there will be no support or ongoing updates for the time being.
22
3-
# firedart
3+
# firedart 🔥🎯
44

55
[![pub package](https://img.shields.io/pub/v/firedart.svg)](https://pub.dartlang.org/packages/firedart)
66

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: firedart
22
description: A dart-native implementation of the Firebase Auth and Firestore SDKs.
3-
version: 0.9.1+1
3+
version: 0.9.2
44
homepage: https://github.com/cachapa/firedart
55

66
environment:
77
sdk: '>=2.18.0 <4.0.0'
88

99
dependencies:
10-
http: ^0.13.5
10+
http: ^0.13.6
1111
grpc: ^3.1.0
1212
protobuf: ^2.1.0
1313
fixnum: ^1.1.0

0 commit comments

Comments
 (0)