Skip to content

Commit 0338907

Browse files
committed
update CHANGELOG.md and pubspec.yaml versions
1 parent 96e3582 commit 0338907

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/firebase_database/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.7
2+
3+
* Fix possible NullPointerException when plugin is registered without a valid Activity.
4+
15
## 3.0.6
26

37
* Update documentation to reflect new repository location.

packages/firebase_database/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Firebase Database, a cloud-hosted NoSQL database
33
with realtime data syncing across Android and iOS clients, and offline access.
44
author: Flutter Team <flutter-dev@googlegroups.com>
55
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_database
6-
version: 3.0.6
6+
version: 3.0.7
77

88
flutter:
99
plugin:

0 commit comments

Comments
 (0)