Skip to content

Commit b0553c0

Browse files
authored
Merge pull request mway-io#84 from mwaylabs/updated_apns_only_changelog
adapted versioning
2 parents 78481d0 + 458fd06 commit b0553c0

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

flutter_apns/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_apns
22
description: APNS push notification plugin. Uses firebase_messaging on Android, but replaces it on iOS with custom implementation.
3-
version: 1.5.1
3+
version: 1.5.2
44
homepage: https://github.com/mwaylabs/flutter-apns
55

66
environment:
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313
firebase_core: ^1.11.0
1414
firebase_messaging: ^11.2.5
15-
flutter_apns_only:
15+
flutter_apns_only: ^1.5.2
1616

1717
dev_dependencies:
1818
flutter_test:

flutter_apns_only/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.5.2
2+
3+
* upgraded together with flutter_apns
4+
15
## 1.5.0-dev.1
26

37
* separated apns code from flutter_apns

flutter_apns_only/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: flutter_apns_only
22
description: APNS push notification plugin. Works only on iOS. See flutter_apns for apns & firebase combo
3-
version: 1.5.0-dev.1
3+
version: 1.5.2
44
homepage: https://github.com/mwaylabs/flutter-apns
55

66
environment:
7-
sdk: '>=2.12.0-0 <3.0.0'
7+
sdk: ">=2.12.0-0 <3.0.0"
88
flutter: ">=1.12.13+hotfix.5"
99

1010
dependencies:
@@ -19,4 +19,4 @@ flutter:
1919
plugin:
2020
platforms:
2121
ios:
22-
pluginClass: FlutterApnsPlugin
22+
pluginClass: FlutterApnsPlugin

0 commit comments

Comments
 (0)