Skip to content

Commit 27dc842

Browse files
committed
Increase version number and update CHANGELOG
1 parent efc45e4 commit 27dc842

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

packages/firebase_messaging/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.1.4
2+
3+
* Add checkIosNotificationSettings method to check whether the user has previously accepted or declined the push notifications on iOS devices.
4+
15
## 5.1.3
26

37
* Update google-services Android gradle plugin to 4.3.0 in documentation and examples.

packages/firebase_messaging/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Firebase Cloud Messaging, a cross-platform
33
messaging solution that lets you reliably deliver messages on Android and iOS.
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_messaging
6-
version: 5.1.3
6+
version: 5.1.4
77

88
flutter:
99
plugin:
@@ -27,5 +27,5 @@ dev_dependencies:
2727
sdk: flutter
2828

2929
environment:
30-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
31-
flutter: ">=1.5.0 <2.0.0"
30+
sdk: '>=2.0.0-dev.28.0 <3.0.0'
31+
flutter: '>=1.5.0 <2.0.0'

0 commit comments

Comments
 (0)