Skip to content

Commit ab48b69

Browse files
author
Bogdan Userman Kikacheishvili
committed
Bump version of flutter_apns_only for avoiding crash on iOS side.
1 parent 1e5def0 commit ab48b69

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.6.1
2+
3+
- Updated version of flutter-apns lib for fix crash on iOS side when you try to initialize FirebaseCore in your project. This may require you to update if you wanna use Firebase separatly.
4+
15
## 0.6.0
26

37
- BREAKING CHANGE: Updated version numbers for Firebase dependencies. This may require you to update

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ packages:
159159
name: flutter_apns_only
160160
url: "https://pub.dartlang.org"
161161
source: hosted
162-
version: "1.5.2"
162+
version: "1.6.0"
163163
flutter_local_notifications:
164164
dependency: "direct main"
165165
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: talkjs_flutter
22
description: Official TalkJS SDK for Flutter
3-
version: 0.6.0
3+
version: 0.6.1
44
homepage: https://talkjs.com
55

66
environment:
@@ -21,7 +21,7 @@ dependencies:
2121
firebase_messaging: ^14.1.1
2222
flutter_local_notifications: ^9.6.0
2323
http: ^0.13.4
24-
flutter_apns_only: ^1.5.2
24+
flutter_apns_only: ^1.6.0
2525

2626
dev_dependencies:
2727
flutter_test:

0 commit comments

Comments
 (0)