Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cachapa committed May 11, 2023
1 parent a47b1af commit a210643
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.2

- Add option to use application default auth (@Kirpal)

## 0.9.1+1

- Update license
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> **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.
# firedart
# firedart 🔥🎯

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

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: firedart
description: A dart-native implementation of the Firebase Auth and Firestore SDKs.
version: 0.9.1+1
version: 0.9.2
homepage: https://github.com/cachapa/firedart

environment:
sdk: '>=2.18.0 <4.0.0'

dependencies:
http: ^0.13.5
http: ^0.13.6
grpc: ^3.1.0
protobuf: ^2.1.0
fixnum: ^1.1.0
Expand Down

0 comments on commit a210643

Please sign in to comment.