Skip to content

Commit 591a455

Browse files
committed
Update version
1 parent 603a2f2 commit 591a455

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/quality_gate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Quality gate
22

33
on:
4-
pull_request_target:
54
push:
65
branches:
76
- '**'

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.9.4
2+
3+
- Remove superfluous error log (@simonbengtsson)
4+
- Update http dependency
5+
16
## 0.9.3
27

38
- Add support for signInWithCustomToken authentication (@eximius313)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firedart
22
description: A dart-native implementation of the Firebase Auth and Firestore SDKs.
3-
version: 0.9.3
3+
version: 0.9.4
44
homepage: https://github.com/cachapa/firedart
55

66
environment:

0 commit comments

Comments
 (0)