Skip to content

Commit 86b5fb2

Browse files
committed
Bump
1 parent c2db1df commit 86b5fb2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ packages:
6363
path: ".."
6464
relative: true
6565
source: path
66-
version: "2.4.0"
66+
version: "2.4.1"
6767
crypto:
6868
dependency: transitive
6969
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Demonstrates how to use the courier_flutter plugin.
55
# pub.dev using `flutter pub publish`. This is preferred for private packages.
66
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
77

8-
version: 1.0.0+6
8+
version: 1.0.0+7
99

1010
environment:
1111
sdk: '>=2.18.1 <3.0.0'

ios/courier_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A new Flutter plugin project.
1616
s.source = { :path => '.' }
1717
s.source_files = 'Classes/**/*'
1818
s.dependency 'Flutter'
19-
s.dependency 'Courier_iOS', '3.5.0'
19+
s.dependency 'Courier_iOS', '3.5.5'
2020
s.platform = :ios, '13.0'
2121

2222
# Flutter.framework does not contain a i386 slice.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: courier_flutter
22
description: Inbox, Push Notifications and Preferences for Flutter
3-
version: 2.4.0
3+
version: 2.4.1
44
homepage: https://courier.com
55

66
environment:

0 commit comments

Comments
 (0)